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

Diff for /pegasus/src/Pegasus/Common/InternalException.cpp between version 1.5 and 1.6

version 1.5, 2002/09/20 01:14:55 version 1.6, 2002/09/20 20:43:28
Line 44 
Line 44 
     const String& message) : Exception(String::EMPTY)     const String& message) : Exception(String::EMPTY)
 { {
     char lineStr[32];     char lineStr[32];
     sprintf(lineStr, "%u", line);      sprintf(lineStr, "%u", Uint32(line));
  
     _rep->message = file;     _rep->message = file;
     _rep->message.append("(");     _rep->message.append("(");


Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2