You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2003/12/03 06:06:30 UTC

cvs commit: xml-xalan/c/src/xalanc/Utils/MsgCreator MsgCreator.cpp

dbertoni    2003/12/02 21:06:30

  Modified:    c/src/xalanc/Utils/MsgCreator MsgCreator.cpp
  Log:
  Added const qualifier.
  
  Revision  Changes    Path
  1.4       +1 -1      xml-xalan/c/src/xalanc/Utils/MsgCreator/MsgCreator.cpp
  
  Index: MsgCreator.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/Utils/MsgCreator/MsgCreator.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- MsgCreator.cpp	3 Dec 2003 02:30:04 -0000	1.3
  +++ MsgCreator.cpp	3 Dec 2003 05:06:30 -0000	1.4
  @@ -171,7 +171,7 @@
   		const char**	pErrorMsg)
   {
   	bool fSuccess = true;
  -	char* errorMessage = 0;
  +	const char*		errorMessage = 0;
   	if ( argc > 7)
   	{
   		fSuccess = false;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org