knoaman 2002/10/17 09:02:04 Modified: c/src/xercesc/framework XMLFormatter.cpp Log: Use charsEaten instead of srcChars when decrementing. Revision Changes Path 1.4 +2 -2 xml-xerces/c/src/xercesc/framework/XMLFormatter.cpp Index: XMLFormatter.cpp =================================================================== RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/XMLFormatter.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- XMLFormatter.cpp 16 Oct 2002 17:13:03 -0000 1.3 +++ XMLFormatter.cpp 17 Oct 2002 16:02:04 -0000 1.4 @@ -393,7 +393,7 @@ // And bump up our pointer srcPtr += charsEaten; - srcCount -= srcChars; + srcCount -= charsEaten; } } else if (tmpPtr < endPtr)
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]