dbertoni 2002/11/01 09:47:29
Modified: c/src/PlatformSupport XalanArrayAllocator.hpp
Log:
Fixed endless loop in reset().
Revision Changes Path
1.6 +2 -0 xml-xalan/c/src/PlatformSupport/XalanArrayAllocator.hpp
Index: XalanArrayAllocator.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/XalanArrayAllocator.hpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- XalanArrayAllocator.hpp 1 Nov 2002 01:32:50 -0000 1.5
+++ XalanArrayAllocator.hpp 1 Nov 2002 17:47:29 -0000 1.6
@@ -137,6 +137,8 @@
while(theCurrent != theEnd)
{
(*theCurrent).first = (*theCurrent).second.size();
+
+ ++theCurrent;
}
m_lastEntryFound = &*m_list.begin();
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]