OSDN Git Service

2004-08-07 Jonathan Wakely <redi@gcc.gnu.org>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 7 Aug 2004 15:31:50 +0000 (15:31 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 7 Aug 2004 15:31:50 +0000 (15:31 +0000)
commite91839a42404645e3e0464df560d46ffa3954d86
treea2886ad0c5be67cb4ec7ff98c3e88bd6529a3b19
parent5a08494f2fceded7d171cd23d2bdf1e1e0e8e9c1
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85670 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/src/debug.cc