From 05b7bef22279c4ba7bc7ce200d68ca1e22cbc167 Mon Sep 17 00:00:00 2001 From: havoc Date: Sun, 30 Oct 2011 03:04:21 +0000 Subject: [PATCH] fix compile error on OSX git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11491 d7cf8633-e32d-0410-b094-e92efae38249 --- fs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs.c b/fs.c index 775b97f4..ff6c0eef 100644 --- a/fs.c +++ b/fs.c @@ -1957,6 +1957,7 @@ void FS_Init (void) if (split) { struct stat statresult; + char vabuf[1024]; // truncate to just after the .app/ split[5] = 0; // see if gamedir exists in Resources -- 2.39.2