mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
I blame bigfoot
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3151 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
0eb7e83965
commit
616200895b
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ int Sys_FileTime(char *path)
|
|||
return ret;
|
||||
}
|
||||
|
||||
int Sys_EnumerateFiles(char *gpath, char *match, int (*func)(char *, int, void *), void *parm)
|
||||
int Sys_EnumerateFiles(const char *gpath, const char *match, int (*func)(const char *, int, void *), void *parm)
|
||||
{
|
||||
char *pattern;
|
||||
char pattrans[256];
|
||||
|
|
Loading…
Reference in a new issue