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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]