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

Diff for /pegasus/src/Pegasus/Config/ConfigExceptions.cpp between version 1.10 and 1.11

version 1.10, 2006/11/14 18:34:49 version 1.11, 2008/06/26 18:32:40
Line 41 
Line 41 
     Uint32 line)     Uint32 line)
 { {
     char buffer[32];     char buffer[32];
     sprintf(buffer, "%d", line);      sprintf(buffer, "%u", line);
  
     MessageLoaderParms parms(     MessageLoaderParms parms(
         "Config.ConfigExceptions.CONFIG_FILE_SYNTAX_ERR",         "Config.ConfigExceptions.CONFIG_FILE_SYNTAX_ERR",


Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2