From d2e321557f8e47eeaac35c53172177d1c99fe751 Mon Sep 17 00:00:00 2001 From: nullgemm Date: Sat, 2 Jul 2022 23:05:41 +0200 Subject: [PATCH] restore fallback darwin&linux config dir in the right place --- strife-ve-src/src/m_config.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/strife-ve-src/src/m_config.c b/strife-ve-src/src/m_config.c index 80b73e7..8b82f7b 100644 --- a/strife-ve-src/src/m_config.c +++ b/strife-ve-src/src/m_config.c @@ -2618,6 +2618,9 @@ static char *GetDefaultConfigDir(void) } else #endif // #elif defined(__linux__) + { + return M_Strdup(""); + } #else // #if !defined(_WIN32) #if defined(LUNA_RELEASE) // Luna needs a standard savegame directory.