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/06/29 10:08:36 UTC

svn commit: r202331 - /xerces/c/trunk/doc/program-dom.xml

Author: amassari
Date: Wed Jun 29 01:08:34 2005
New Revision: 202331

URL: http://svn.apache.org/viewcvs?rev=202331&view=rev
Log:
Jira# 1449

Modified:
    xerces/c/trunk/doc/program-dom.xml

Modified: xerces/c/trunk/doc/program-dom.xml
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/doc/program-dom.xml?rev=202331&r1=202330&r2=202331&view=diff
==============================================================================
--- xerces/c/trunk/doc/program-dom.xml (original)
+++ xerces/c/trunk/doc/program-dom.xml Wed Jun 29 01:08:34 2005
@@ -142,7 +142,7 @@
     //
 
     {
-        XMLCh* tempStr[100];
+        XMLCh tempStr[100];
 
         XMLString::transcode("Range", tempStr, 99);
         DOMImplementation* impl = DOMImplementationRegistry::getDOMImplementation(tempStr, 0);



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