summaryrefslogtreecommitdiff
path: root/games/xptools/files/patch-WED__GatewayExport.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'games/xptools/files/patch-WED__GatewayExport.cpp')
-rw-r--r--games/xptools/files/patch-WED__GatewayExport.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/xptools/files/patch-WED__GatewayExport.cpp b/games/xptools/files/patch-WED__GatewayExport.cpp
deleted file mode 100644
index f51dc0b57a39..000000000000
--- a/games/xptools/files/patch-WED__GatewayExport.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/WEDImportExport/WED_GatewayExport.cpp.orig 2018-07-07 14:06:35 UTC
-+++ src/WEDImportExport/WED_GatewayExport.cpp
-@@ -572,7 +572,7 @@ void WED_GatewayExportDialog::Submit()
- vector<char> temp_chars(temp_folder.begin(),temp_folder.end());
- temp_chars.push_back(0);
-
-- if(!mktemp(&temp_chars[0]))
-+ if(!mkstemp(&temp_chars[0]))
- {
- gExportTarget = old_target;
- return;