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

Diff for /pegasus/src/Pegasus/Common/Attic/OptionManager.cpp between version 1.54 and 1.55

version 1.54, 2007/06/05 09:37:47 version 1.55, 2008/06/26 18:32:39
Line 641 
Line 641 
     const String& file, Uint32 line)     const String& file, Uint32 line)
 { {
     char buffer[32];     char buffer[32];
     sprintf(buffer, "%d", line);      sprintf(buffer, "%u", line);
     MessageLoaderParms parms(     MessageLoaderParms parms(
         "Common.OptionManager.SYNTAX_ERR_CONFIG_FILE",         "Common.OptionManager.SYNTAX_ERR_CONFIG_FILE",
         "Syntax error in configuration file: ");         "Syntax error in configuration file: ");


Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2