You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ab...@locus.apache.org on 2000/01/26 20:57:50 UTC

cvs commit: xml-xerces/c/doc program.xml

abagchi     00/01/26 11:57:50

  Modified:    c/doc    program.xml
  Log:
  Fixed & to &
  
  Revision  Changes    Path
  1.2       +1 -1      xml-xerces/c/doc/program.xml
  
  Index: program.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/doc/program.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- program.xml	2000/01/22 00:37:20	1.1
  +++ program.xml	2000/01/26 19:57:50	1.2
  @@ -17,7 +17,7 @@
       try {
           XMLPlatformUtils::Initialize();
       }
  -    catch (const XMLException& toCatch) {
  +    catch (const XMLException& toCatch) {
           cout << "Error during initialization! :\n"
                << toCatch.getMessage() << "\n";
           return 1;