diff options
Diffstat (limited to 'synchronization.h')
-rw-r--r-- | synchronization.h | 2 |
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); |