There appear to be two (very!) minor typos in the FreeBSDPlatformUtils.cpp file in cvs.
I was going to enter a bug in nagoya, but it just didn't seem worth it for something so small :>.
Would someone be able to fix?
Cheers, Berin
Index: FreeBSDPlatformUtils.cpp
===================================================================
RCS file: /home/cvspublic/xml-xerces/c/src/xercesc/util/Platforms/FreeBSD/FreeBSDPlatformUtils.cpp,v
retrieving revision 1.21
diff -r1.21 FreeBSDPlatformUtils.cpp
307c307
< XMLExcepts::File_CouldNotGetCurPos, manger);
---
> XMLExcepts::File_CouldNotGetCurPos, manager);
546c546
< atomicOpsMutex = new (fgMemoryManager) atomicOpsMutex();
---
> atomicOpsMutex = new (fgMemoryManager) XMLMutex();
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]