mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
d'oh, forgot to update the format
This commit is contained in:
parent
8d470d2b49
commit
f22bdfc23f
1 changed files with 1 additions and 1 deletions
|
@ -1271,7 +1271,7 @@ QFS_NextFilename (dstring_t *filename, const char *prefix, const char *ext)
|
|||
digits[1] = i / 100 % 10 + '0';
|
||||
digits[2] = i / 10 % 10 + '0';
|
||||
digits[3] = i % 10 + '0';
|
||||
if (Sys_FileTime (va ("%s/%s/%s", qfs_userpath, filename->str)) == -1)
|
||||
if (Sys_FileTime (va ("%s/%s", qfs_userpath, filename->str)) == -1)
|
||||
return 1; // file doesn't exist
|
||||
}
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue