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 20:54:21 UTC

cvs commit: xml-xalan/c/src/xalanc/PlatformSupport XalanNLSMessageLoader.cpp

dbertoni    2003/12/03 11:54:21

  Modified:    c/src/xalanc/PlatformSupport XalanNLSMessageLoader.cpp
  Log:
  Fixed code glitch.
  
  Revision  Changes    Path
  1.2       +1 -1      xml-xalan/c/src/xalanc/PlatformSupport/XalanNLSMessageLoader.cpp
  
  Index: XalanNLSMessageLoader.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/PlatformSupport/XalanNLSMessageLoader.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XalanNLSMessageLoader.cpp	2 Dec 2003 19:58:52 -0000	1.1
  +++ XalanNLSMessageLoader.cpp	3 Dec 2003 19:54:21 -0000	1.2
  @@ -135,7 +135,7 @@
       	return bRetValue;
       }
   
  -    if ((int)m_catalogHandle) == -1)
  +    if ((int)m_catalogHandle == -1)
       {
       	// for transcoding to Unicode
       	const XalanDOMString	errorMsg("Message can't be retrieved: the message catalog is not open.");
  
  
  

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