1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-02-26 19:54:14 +01:00

added linux support to new VDF code

--HG--
branch : sourcemm-1.4.3
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/branches/sourcemm-1.4.3%40585
This commit is contained in:
David Anderson 2007-11-28 04:39:16 +00:00
parent 4b3af94774
commit 09b4abab9c

View File

@ -615,7 +615,6 @@ void LookForVDFs(const char *dir)
FindClose(hFind);
#else
DIR *pDir;
char error[255];
struct dirent *pEnt;
if ((pDir = opendir(dir)) == NULL)