diff options
author | B Stack <bgstack15@gmail.com> | 2019-05-12 21:52:38 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-05-12 21:52:38 -0400 |
commit | 6e8925f78b631e337784c7904d22e93ca37643e6 (patch) | |
tree | 465ae7041d07412550d17f7240ca118b8c95ea47 /freefilesync/ffs_no_wx311.patch | |
parent | WIP: waterfox-56.2.9 with some fixes (diff) | |
download | stackrpms-6e8925f78b631e337784c7904d22e93ca37643e6.tar.gz stackrpms-6e8925f78b631e337784c7904d22e93ca37643e6.tar.bz2 stackrpms-6e8925f78b631e337784c7904d22e93ca37643e6.zip |
WIP: freefilesync 10.12 rpm and dpkg rc1
Diffstat (limited to 'freefilesync/ffs_no_wx311.patch')
-rw-r--r-- | freefilesync/ffs_no_wx311.patch | 2 |
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, [&] |