From 34403fc1f48245da67064faf9c22127b801b5305 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Mon, 9 May 2011 06:49:43 +0200 Subject: [PATCH] fix typo --- tools/quake3/q3map2/path_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.39.2