diff options
author | B Stack <bgstack15@gmail.com> | 2019-05-13 12:45:32 +0000 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-05-13 12:45:32 +0000 |
commit | 7fb4ebc037c37f06ca3a25289cc11d17ca2ddc7d (patch) | |
tree | ef8aa66b7c1a56f73ea7cf3453123fb6a5845747 /freefilesync/debian/patches/ffs_no_wx311.patch | |
parent | WIP: waterfox-56.2.9 with some fixes (diff) | |
parent | freefilesync 10.12 dpkg (diff) | |
download | stackrpms-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/debian/patches/ffs_no_wx311.patch')
-rw-r--r-- | freefilesync/debian/patches/ffs_no_wx311.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/freefilesync/debian/patches/ffs_no_wx311.patch b/freefilesync/debian/patches/ffs_no_wx311.patch index 78ac2a5..871e083 100644 --- a/freefilesync/debian/patches/ffs_no_wx311.patch +++ b/freefilesync/debian/patches/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, [&] |