diff --git a/src/util/platform/FFPlatform_unix.c b/src/util/platform/FFPlatform_unix.c index 3d13042fc..393d2290b 100644 --- a/src/util/platform/FFPlatform_unix.c +++ b/src/util/platform/FFPlatform_unix.c @@ -39,7 +39,7 @@ static void getConfigDirs(FFPlatform* platform) ffPlatformPathAddHome(&platform->configDirs, platform, ".config/"); #if defined(__APPLE__) - ffPlatformPathAddHome(&platform->configDirs, platform, "/Library/Preferences/"); + ffPlatformPathAddHome(&platform->configDirs, platform, "Library/Preferences/"); #endif ffPlatformPathAddHome(&platform->configDirs, platform, "");