]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
fix compile error
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 9 Jan 2010 18:52:47 +0000 (18:52 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 9 Jan 2010 18:52:47 +0000 (18:52 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9822 d7cf8633-e32d-0410-b094-e92efae38249

fs.c

diff --git a/fs.c b/fs.c
index dceb73b54ea6fa496b539dacbd4ae46d267db0ac..cbcf7c035a35a388302e1c385ba97e700a9133ae 100644 (file)
--- 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);
        searchpath_t *search;
        pack_t *pak = NULL;
        const char *ext = FS_FileExtension(pakfile);
+       size_t l;
 
        for(search = fs_searchpaths; search; search = search->next)
        {
 
        for(search = fs_searchpaths; search; search = search->next)
        {