debug.cc (_Error_formatter::_M_print_string): In order to print individual words...
commit8844a2f541582d58075af46362d57a1f75fc6eff
authorJonathan Wakely <redi@gcc.gnu.org>
Sat, 7 Aug 2004 15:31:50 +0000 (7 16:31 +0100)
committerPaolo Carlini <paolo@gcc.gnu.org>
Sat, 7 Aug 2004 15:31:50 +0000 (7 15:31 +0000)
treea2886ad0c5be67cb4ec7ff98c3e88bd6529a3b19
parent49864a8255efafcce754540709efe5b4e28eea7b
debug.cc (_Error_formatter::_M_print_string): In order to print individual words from __string...

2004-08-07  Jonathan Wakely  <redi@gcc.gnu.org>
    Paolo Carlini  <pcarlini@suse.de>

* src/debug.cc (_Error_formatter::_M_print_string): In order
to print individual words from __string, _M_format_word can't
be called since may be just sprintf, thus ignoring completely
__n: instead, use memmove and append '\0' by hand.

Co-Authored-By: Paolo Carlini <pcarlini@suse.de>
From-SVN: r85670
libstdc++-v3/ChangeLog
libstdc++-v3/src/debug.cc