From 6e8925f78b631e337784c7904d22e93ca37643e6 Mon Sep 17 00:00:00 2001 From: B Stack Date: Sun, 12 May 2019 21:52:38 -0400 Subject: WIP: freefilesync 10.12 rpm and dpkg rc1 --- freefilesync/ffs_no_wx311.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'freefilesync/ffs_no_wx311.patch') 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(wxStandardPaths::Get().GetUserConfigDir())) + appendSeparator(utfTo(".config")) + "FreeFileSync"; } - #ifdef __GNUC__ + std::call_once(onceFlagCreateCfgPath, [&] -- cgit