diff --git a/tools/quake3/q3map2/path_init.c b/tools/quake3/q3map2/path_init.c index 224a518e..d55da4a9 100644 --- a/tools/quake3/q3map2/path_init.c +++ b/tools/quake3/q3map2/path_init.c @@ -109,7 +109,7 @@ char *LokiGetHomeDir( qboolean *usedot ) #ifdef __APPLE__ { - static char foo[MAX_OSPATH]; + static char foo[MAX_OS_PATH]; snprintf(foo, sizeof(foo), "%s/Library/Application Support", home); if(access(foo, X_OK) == 0) {