tng         2002/11/04 06:09:27

  Modified:    c/tests/DOM/DeprecatedDOMCount DeprecatedDOMCount.cpp
  Log:
  [Bug 14201] use of ios::nocreate breaks build.
  
  Revision  Changes    Path
  1.5       +2 -2      xml-xerces/c/tests/DOM/DeprecatedDOMCount/DeprecatedDOMCount.cpp
  
  Index: DeprecatedDOMCount.cpp
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/c/tests/DOM/DeprecatedDOMCount/DeprecatedDOMCount.cpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- DeprecatedDOMCount.cpp    1 Nov 2002 22:05:22 -0000       1.4
  +++ DeprecatedDOMCount.cpp    4 Nov 2002 14:09:27 -0000       1.5
  @@ -226,7 +226,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