Changeset 2938 for box/trunk/bin


Ignore:
Timestamp:
22/04/2011 17:21:45 (13 months ago)
Author:
chris
Message:

Remove backslashes from comment, which could mean line continuation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/bin/bbackupd/BackupDaemon.cpp

    r2933 r2938  
    12991299                Location& rLocation(**iLocation); 
    13001300                std::string path = rLocation.mPath; 
    1301                 // convert to absolute and remove leading \\?\  
     1301                // convert to absolute and remove Unicode prefix 
    13021302                path = ConvertPathToAbsoluteUnicode(path.c_str()).substr(4); 
    13031303 
Note: See TracChangeset for help on using the changeset viewer.