peiyongz 2004/02/25 06:53:24 Modified: c/src/xercesc/util/Transcoders/IconvGNU IconvGNUTransService.cpp Log: Bug#27209: Xerces 2.5.0 does not build with option -t IconvGNU because of syntax errors! Revision Changes Path 1.12 +4 -1 xml-xerces/c/src/xercesc/util/Transcoders/IconvGNU/IconvGNUTransService.cpp Index: IconvGNUTransService.cpp =================================================================== RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Transcoders/IconvGNU/IconvGNUTransService.cpp,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- IconvGNUTransService.cpp 24 Dec 2003 15:24:15 -0000 1.11 +++ IconvGNUTransService.cpp 25 Feb 2004 14:53:24 -0000 1.12 @@ -56,6 +56,9 @@ /* * $Log$ + * Revision 1.12 2004/02/25 14:53:24 peiyongz + * Bug#27209: Xerces 2.5.0 does not build with option -t IconvGNU because of syntax errors! + * * Revision 1.11 2003/12/24 15:24:15 cargilld * More updates to memory management so that the static memory manager. * @@ -1154,7 +1157,7 @@ size_t rc = iconvFrom(toTranscode, &flen, &ptr, len); if (rc == (size_t)-1) { if (wBufPtr) - XMLPlatformUtils::manager->deallocate(wBufPtr);//delete [] wBufPtr; + manager->deallocate(wBufPtr);//delete [] wBufPtr; return false; }
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]