You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by am...@apache.org on 2005/07/26 00:06:23 UTC

svn commit: r225190 - /xerces/c/trunk/src/xercesc/validators/schema/SchemaValidator.cpp

Author: amassari
Date: Mon Jul 25 15:06:18 2005
New Revision: 225190

URL: http://svn.apache.org/viewcvs?rev=225190&view=rev
Log:
Reset the flag used to signal a trailing space if the chunk doesn't end with a space (jira# 1239)

Modified:
    xerces/c/trunk/src/xercesc/validators/schema/SchemaValidator.cpp

Modified: xerces/c/trunk/src/xercesc/validators/schema/SchemaValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/schema/SchemaValidator.cpp?rev=225190&r1=225189&r2=225190&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/schema/SchemaValidator.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/schema/SchemaValidator.cpp Mon Jul 25 15:06:18 2005
@@ -1012,6 +1012,8 @@
     }
     if (fCurReader->isWhitespace(*(srcPtr-1)))
         fTrailing = true;
+    else
+        fTrailing = false;
 }
 
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org