You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ga...@apache.org on 2005/12/12 17:29:31 UTC

svn commit: r356276 - /xerces/c/trunk/src/xercesc/util/XMLString.cpp

Author: gareth
Date: Mon Dec 12 08:29:24 2005
New Revision: 356276

URL: http://svn.apache.org/viewcvs?rev=356276&view=rev
Log:
corrected typo

Modified:
    xerces/c/trunk/src/xercesc/util/XMLString.cpp

Modified: xerces/c/trunk/src/xercesc/util/XMLString.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/XMLString.cpp?rev=356276&r1=356275&r2=356276&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/XMLString.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/XMLString.cpp Mon Dec 12 08:29:24 2005
@@ -1813,12 +1813,12 @@
 
     dstBuffer.reset();
 
-    while ((c=*xbpszSrc)!=0) 
+    while ((c=*pszSrc)!=0) 
     {
         if (c != toRemove) 
             dstBuffer.append(c);
 
-        ++xbpszSrc;
+        ++pszSrc;
     }
 }
 



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