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:
parent
4b3af94774
commit
09b4abab9c
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user