blob: b8d95d170b794c7b527ac915bcd13736a7e85654 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -ur gzdoom.orig/src/m_specialpaths.cpp gzdoom/src/m_specialpaths.cpp
--- gzdoom.orig/src/m_specialpaths.cpp 2014-05-14 11:14:18.348734942 +0200
+++ gzdoom/src/m_specialpaths.cpp 2014-05-14 11:21:04.005405244 +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)
|