mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-23 04:11:53 +00:00
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4898 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
a0e124c370
commit
c07f7ef10c
1 changed files with 1 additions and 1 deletions
|
@ -1483,7 +1483,7 @@ qboolean FS_NativePath(const char *fname, enum fs_relative relativeto, char *out
|
||||||
//returns false to stop the enumeration. check the return value of the fs enumerator to see if it was canceled by this return value.
|
//returns false to stop the enumeration. check the return value of the fs enumerator to see if it was canceled by this return value.
|
||||||
static int QDECL FS_NullFSEnumerator(const char *fname, qofs_t fsize, time_t mtime, void *parm, searchpathfuncs_t *spath)
|
static int QDECL FS_NullFSEnumerator(const char *fname, qofs_t fsize, time_t mtime, void *parm, searchpathfuncs_t *spath)
|
||||||
{
|
{
|
||||||
return FALSE;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
//opens a file in the same (writable) path that contains an existing version of the file or one of the other patterns listed
|
//opens a file in the same (writable) path that contains an existing version of the file or one of the other patterns listed
|
||||||
|
|
Loading…
Reference in a new issue