[Xorp-cvs] XORP cvs commit: xorp/libxipc

Pavlin Radoslavov pavlin at icir.org
Sat Sep 30 23:14:33 PDT 2006


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin at xorpc.icir.org	2006-10-01 06:14:33 UTC

XORP CVS repository


Modified files:
	libxipc       xrl_atom.cc 

Log message:
	Don't use "string::clear()" method to reset a string, because
	the gcc-2.9x compiler doesn't like it. Instead, explicitly assign the
	string to "" to reset it.
	
	This fixes a gcc-2.9x compilation error.

Revision  Changes                               Path
1.24      +2 -2;  commitid: 1131c451f5c687ea6;  xorp/libxipc/xrl_atom.cc



More information about the Xorp-cvs mailing list