You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2002/03/27 16:20:11 UTC

cvs commit: xml-xalan/c/samples/XPathWrapper XPathWrapper.cpp

dbertoni    02/03/27 07:20:11

  Modified:    c/samples/XPathWrapper XPathWrapper.cpp
  Log:
  Fixed typo.
  
  Revision  Changes    Path
  1.16      +1 -1      xml-xalan/c/samples/XPathWrapper/XPathWrapper.cpp
  
  Index: XPathWrapper.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/samples/XPathWrapper/XPathWrapper.cpp,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- XPathWrapper.cpp	28 Feb 2002 06:10:54 -0000	1.15
  +++ XPathWrapper.cpp	27 Mar 2002 15:20:11 -0000	1.16
  @@ -230,7 +230,7 @@
   			}
   
   			// Shut down Xerces...
  -			XMLPlatformUtils::Initialize();
  +			XMLPlatformUtils::Terminate();
   		}
   
   		return theResultList;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org