Ignore:
Timestamp:
09/10/2007 00:52:51 (4 years ago)
Author:
chris
Message:

Fix double backslashes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/lib/common/Logging.h

    r1869 r1870  
    5050        std::setw(10) << \ 
    5151        std::setfill('0') << \ 
    52         (accno) << \\ 
     52        (accno) << \ 
    5353        std::dec 
    5454 
     
    5656        std::hex << \ 
    5757        std::showbase << \ 
    58         (objectid) << \\ 
     58        (objectid) << \ 
    5959        std::dec 
    6060 
Note: See TracChangeset for help on using the changeset viewer.