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

Pavlin Radoslavov pavlin@icir.org
Thu, 23 Jun 2005 18:29:59 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2005-06-23 18:29:59 UTC

XORP CVS repository


Modified files:
	libxipc       xrl_router.cc 

Log message:
	Replace XLOG_INFO(string(foo).c_str()) with
	XLOG_INFO("%s", string(foo).c_str())
	
	The reason for the replacement is because if string(foo) contains
	some special characters that the printf() syntax interpretates in
	its own way, then the result is unpredictable.

Revision  Changes                              Path
1.48      +2 -2;  commitid: 6a0b42baff1f7ea6;  xorp/libxipc/xrl_router.cc