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

Diff for /pegasus/src/Pegasus/Common/Formatter.cpp between version 1.23 and 1.24

version 1.23, 2005/11/19 19:19:15 version 1.24, 2005/11/29 19:38:59
Line 29 
Line 29 
 // //
 // Author: Mike Brasher (mbrasher@bmc.com) // Author: Mike Brasher (mbrasher@bmc.com)
 // //
 // Modified By:  // Modified By: David Dillard, Symantec Corp. (david_dillard@symantec.com)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 247 
Line 247 
  
     do     do
     {     {
         *--p = '0' + (x % 10);          *--p = '0' + static_cast<char>(x % 10);
     }     }
     while ((x /= 10) != 0);     while ((x /= 10) != 0);
  


Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2