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:43 UTC

svn commit: r225191 - /xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/SchemaValidator.cpp

Author: amassari
Date: Mon Jul 25 15:06:40 2005
New Revision: 225191

URL: http://svn.apache.org/viewcvs?rev=225191&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/branches/xerces-2.7/src/xercesc/validators/schema/SchemaValidator.cpp

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/SchemaValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/SchemaValidator.cpp?rev=225191&r1=225190&r2=225191&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/SchemaValidator.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/SchemaValidator.cpp Mon Jul 25 15:06:40 2005
@@ -1274,6 +1274,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