Ignore:
Timestamp:
May 10, 2011, 2:39:10 PM (13 years ago)
Author:
rybkin
Message:

See C.L. 458

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/source/cmt_system.cxx

    r569 r576  
    21932193  if (0 == buffer)
    21942194    {
    2195       char num[32]; sprintf (num, "%u", allocated + 1);
     2195      char num[32]; sprintf (num, "%lu", allocated + 1);
    21962196      cmt_string msg ("Cannot allocate ");
    21972197      msg += num;
     
    22742274  if (0 == buffer)
    22752275    {
    2276       char num[32]; sprintf (num, "%u", allocated + 1);
     2276      char num[32]; sprintf (num, "%lu", allocated + 1);
    22772277      cmt_string msg ("Cannot allocate ");
    22782278      msg += num;
Note: See TracChangeset for help on using the changeset viewer.