From e5a7112be1e63fbd976a145d897234279047662b Mon Sep 17 00:00:00 2001 From: kervala Date: Sat, 17 Jul 2010 18:09:41 +0200 Subject: [PATCH] Changed: #1023 Use a standard application path for writing files --- code/nel/src/misc/path.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/nel/src/misc/path.cpp b/code/nel/src/misc/path.cpp index 7ba510aa4..7750ce7d1 100644 --- a/code/nel/src/misc/path.cpp +++ b/code/nel/src/misc/path.cpp @@ -2454,7 +2454,7 @@ std::string CFile::getApplicationDirectory(const std::string &appName) if (!appName.empty()) path = CPath::standardizePath(path + appName); #else - if (!appName.empty)) + if (!appName.empty()) path = CPath::standardizePath(path + "." + toLower(appName)); #endif