summaryrefslogtreecommitdiff
path: root/synchronization.h
diff options
context:
space:
mode:
Diffstat (limited to 'synchronization.h')
-rw-r--r--synchronization.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/synchronization.h b/synchronization.h
index 79c91fe6..937dce33 100644
--- a/synchronization.h
+++ b/synchronization.h
@@ -62,7 +62,7 @@ struct FolderPairSyncCfg
bool inAutomaticMode; //update database if in automatic mode
DeletionPolicy handleDeletion;
- Zstring custDelFolder; //formatted directory name
+ Zstring custDelFolder; //formatted(!) directory name
};
std::vector<FolderPairSyncCfg> extractSyncCfg(const MainConfiguration& mainCfg);
bgstack15