Changeset 1870

Show
Ignore:
Timestamp:
08/10/2007 23:52:51 (3 years ago)
Author:
chris
Message:

Fix double backslashes

Files:
1 modified

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