peiyongz 2003/02/19 07:37:57
Modified: c/src/xercesc/util/MsgLoaders/ICU ICUMsgLoader.cpp
Log:
Compilation error on Solaris.
Revision Changes Path
1.13 +4 -1 xml-xerces/c/src/xercesc/util/MsgLoaders/ICU/ICUMsgLoader.cpp
Index: ICUMsgLoader.cpp
===================================================================
RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/MsgLoaders/ICU/ICUMsgLoader.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ICUMsgLoader.cpp 17 Feb 2003 19:56:03 -0000 1.12
+++ ICUMsgLoader.cpp 19 Feb 2003 15:37:57 -0000 1.13
@@ -56,6 +56,9 @@
/*
* $Log$
+ * Revision 1.13 2003/02/19 15:37:57 peiyongz
+ * Compilation error on Solaris.
+ *
* Revision 1.12 2003/02/17 19:56:03 peiyongz
* Re-prioritize search order for error message files.
*
@@ -187,7 +190,7 @@
char locationBuf[1024];
memset(locationBuf, 0, sizeof locationBuf);
- const char const *nlsHome = XMLMsgLoader::getNLSHome();
+ const char *nlsHome = XMLMsgLoader::getNLSHome();
if (nlsHome)
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]