summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2011-04-22 16:21:45 +0000
committerChris Wilson <chris+github@qwirx.com>2011-04-22 16:21:45 +0000
commitf0fd7f24fa32f5f050cdf31059cfd29ce6779ed2 (patch)
tree883b72979e6812d18aee193d81025caf405d2d8a /bin
parent8f17c2ce4b28ddc1779a92f3b7654270aafa84f4 (diff)
Remove backslashes from comment, which could mean line continuation.
Diffstat (limited to 'bin')
-rw-r--r--bin/bbackupd/BackupDaemon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bbackupd/BackupDaemon.cpp b/bin/bbackupd/BackupDaemon.cpp
index c7afaa89..914a2517 100644
--- a/bin/bbackupd/BackupDaemon.cpp
+++ b/bin/bbackupd/BackupDaemon.cpp
@@ -1298,7 +1298,7 @@ void BackupDaemon::CreateVssBackupComponents()
{
Location& rLocation(**iLocation);
std::string path = rLocation.mPath;
- // convert to absolute and remove leading \\?\
+ // convert to absolute and remove Unicode prefix
path = ConvertPathToAbsoluteUnicode(path.c_str()).substr(4);
if(path.length() >= 3 && path[1] == ':' && path[2] == '\\')