tng         2002/11/04 06:08:59

  Modified:    c/samples/DOMCount DOMCount.cpp
  Log:
  [Bug 14201] use of ios::nocreate breaks build.
  
  Revision  Changes    Path
  1.30      +2 -2      xml-xerces/c/samples/DOMCount/DOMCount.cpp
  
  Index: DOMCount.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/DOMCount/DOMCount.cpp,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- DOMCount.cpp      1 Nov 2002 22:05:34 -0000       1.29
  +++ DOMCount.cpp      4 Nov 2002 14:08:59 -0000       1.30
  @@ -275,7 +275,7 @@
   
       // the input is a list file
       if (doList)
  -        fin.open(argV[argInd],ios::nocreate);
  +        fin.open(argV[argInd]);
   
       if (fin.fail()) {
           cerr <<"Cannot open the list file: " << argV[argInd] << endl;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to