summaryrefslogtreecommitdiff
path: root/games/xptools/files/patch-WED__FileCache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'games/xptools/files/patch-WED__FileCache.cpp')
-rw-r--r--games/xptools/files/patch-WED__FileCache.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/xptools/files/patch-WED__FileCache.cpp b/games/xptools/files/patch-WED__FileCache.cpp
deleted file mode 100644
index 9d5b743f0886..000000000000
--- a/games/xptools/files/patch-WED__FileCache.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/WEDFileCache/WED_FileCache.cpp.orig 2018-07-04 19:57:32 UTC
-+++ src/WEDFileCache/WED_FileCache.cpp
-@@ -157,7 +157,7 @@ void CACHE_FileCacheInitializer::init()
- }
- else
- {
-- paired_files.push_back(make_pair<string,string>(files[i], files[i+1]));
-+ paired_files.push_back(make_pair(files[i], files[i+1]));
- i += 2;
- }
- }