debug.cc (_Error_formatter::_M_print_string): Fix thinko, memmove is not needed,...
authorPaolo Carlini <pcarlini@suse.de>
Fri, 13 Aug 2004 16:53:12 +0000 (16:53 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Fri, 13 Aug 2004 16:53:12 +0000 (16:53 +0000)
commitb13de673b1fee82b3864646ab6a77a31ce393bd0
tree6ed5f687aa593bbedf56d7dae268151b939713ea
parent85a5f64e9f026e3cc3747867454bd720c459f780
debug.cc (_Error_formatter::_M_print_string): Fix thinko, memmove is not needed, memcpy suffices.

2004-08-13  Paolo Carlini  <pcarlini@suse.de>

* src/debug.cc (_Error_formatter::_M_print_string): Fix thinko,
memmove is not needed, memcpy suffices.

From-SVN: r85949
libstdc++-v3/ChangeLog
libstdc++-v3/src/debug.cc