From: divverent Date: Sat, 9 Jan 2010 18:52:47 +0000 (+0000) Subject: fix compile error X-Git-Tag: xonotic-v0.1.0preview~230^2~645 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=commitdiff_plain;h=c4c515314af0d41476dd3dca99fa3891549a94a7 fix compile error git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9822 d7cf8633-e32d-0410-b094-e92efae38249 --- 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) {