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