From c4c515314af0d41476dd3dca99fa3891549a94a7 Mon Sep 17 00:00:00 2001 From: divverent Date: Sat, 9 Jan 2010 18:52:47 +0000 Subject: [PATCH] fix compile error git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9822 d7cf8633-e32d-0410-b094-e92efae38249 --- fs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs.c b/fs.c index dceb73b5..cbcf7c03 100644 --- a/fs.c +++ b/fs.c @@ -998,6 +998,7 @@ static qboolean FS_AddPack_Fullpath(const char *pakfile, const char *shortname, searchpath_t *search; pack_t *pak = NULL; const char *ext = FS_FileExtension(pakfile); + size_t l; for(search = fs_searchpaths; search; search = search->next) { -- 2.39.2