(file) Return to getoopt.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / getoopt

Diff for /pegasus/src/Pegasus/getoopt/getoopt.cpp between version 1.21 and 1.22

version 1.21, 2002/08/23 01:06:04 version 1.22, 2002/08/27 17:42:27
Line 679 
Line 679 
 void void
 getoopt::printErrors(String &s) const { getoopt::printErrors(String &s) const {
   for (Uint32 i = 0; i < _errorStrings.size(); i++) {   for (Uint32 i = 0; i < _errorStrings.size(); i++) {
     s += "> " + _errorStrings[i] + "\n";      s.append("> " + _errorStrings[i] + "\n");
   }   }
 } }
  


Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2