Ignore:
Timestamp:
02/09/2007 00:04:32 (5 years ago)
Author:
chris
Message:

Format account number properly (8 hex digits). (merges [1808])

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/chris/general/lib/common/Logging.h

    r1784 r1809  
    4848        std::showbase << \ 
    4949        std::internal << \ 
    50         std::setw(8) << \ 
     50        std::setw(10) << \ 
    5151        std::setfill('0') << \ 
    5252        (accno) 
Note: See TracChangeset for help on using the changeset viewer.