You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tn...@apache.org on 2001/11/13 14:22:35 UTC

cvs commit: xml-xerces/c/samples/SAXCount SAXCount.cpp

tng         01/11/13 05:22:35

  Modified:    c/samples/SAXCount SAXCount.cpp
  Log:
  SAXCount fix: restore previous feature to accept multiple input files.
  
  Revision  Changes    Path
  1.20      +4 -1      xml-xerces/c/samples/SAXCount/SAXCount.cpp
  
  Index: SAXCount.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/SAXCount/SAXCount.cpp,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- SAXCount.cpp	2001/10/29 17:02:57	1.19
  +++ SAXCount.cpp	2001/11/13 13:22:35	1.20
  @@ -56,6 +56,9 @@
   
   /*
   * $Log: SAXCount.cpp,v $
  +* Revision 1.20  2001/11/13 13:22:35  tng
  +* SAXCount fix: restore previous feature to accept multiple input files.
  +*
   * Revision 1.19  2001/10/29 17:02:57  tng
   * Fix typo in samples.
   *
  @@ -256,7 +259,7 @@
       //  There should at least one parameter left, and that
       //  should be the file name(s).
       //
  -    if (argInd != argC - 1)
  +    if (argInd == argC)
       {
           usage();
           XMLPlatformUtils::Terminate();
  
  
  

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