summarylogtreecommitdiffstats
path: root/config-update-fix.patch
blob: fbf3906e5017d254c598abb7f06b7af188515109 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ur a/src/m_specialpaths.cpp b/src/m_specialpaths.cpp
--- a/src/m_specialpaths.cpp	2014-09-10 15:35:08.217777234 +0200
+++ b/src/m_specialpaths.cpp	2014-09-10 15:39:12.774441440 +0200
@@ -497,7 +497,7 @@
 		// This can be removed after a release or two
 		// Transfer the old zdoom directory to the new location
 		bool moved = false;
-		FString oldpath = NicePath("~/.zdoom/");
+		FString oldpath = NicePath("~/.gzdoom/");
 		if (stat (oldpath, &extrainfo) != -1)
 		{
 			if (rename(oldpath, path) == -1)