summaryrefslogtreecommitdiff
path: root/freefilesync/ffs_no_wx311.patch
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-05-13 12:45:32 +0000
committerB Stack <bgstack15@gmail.com>2019-05-13 12:45:32 +0000
commit7fb4ebc037c37f06ca3a25289cc11d17ca2ddc7d (patch)
treeef8aa66b7c1a56f73ea7cf3453123fb6a5845747 /freefilesync/ffs_no_wx311.patch
parentWIP: waterfox-56.2.9 with some fixes (diff)
parentfreefilesync 10.12 dpkg (diff)
downloadstackrpms-7fb4ebc037c37f06ca3a25289cc11d17ca2ddc7d.tar.gz
stackrpms-7fb4ebc037c37f06ca3a25289cc11d17ca2ddc7d.tar.bz2
stackrpms-7fb4ebc037c37f06ca3a25289cc11d17ca2ddc7d.zip
Merge branch 'freefilesync-bump' into 'master'
freefilesync 10.12 See merge request bgstack15/stackrpms!57
Diffstat (limited to 'freefilesync/ffs_no_wx311.patch')
-rw-r--r--freefilesync/ffs_no_wx311.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/freefilesync/ffs_no_wx311.patch b/freefilesync/ffs_no_wx311.patch
index 78ac2a5..871e083 100644
--- a/freefilesync/ffs_no_wx311.patch
+++ b/freefilesync/ffs_no_wx311.patch
@@ -41,4 +41,4 @@ diff -Naur 10.6-0/FreeFileSync/Source/base/ffs_paths.cpp 10.6-1/FreeFileSync/Sou
+ cfgFolderPath = appendSeparator(utfTo<Zstring>(wxStandardPaths::Get().GetUserConfigDir())) + appendSeparator(utfTo<Zstring>(".config")) + "FreeFileSync";
}
- #ifdef __GNUC__
+ std::call_once(onceFlagCreateCfgPath, [&]
bgstack15