mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-11 07:11:36 +00:00
Use PATH_SEP for a debug message in FS_FOpenFileReadDir
This commit is contained in:
parent
bf962c516d
commit
9a752ce8cd
1 changed files with 2 additions and 2 deletions
|
@ -1309,8 +1309,8 @@ long FS_FOpenFileReadDir(const char *filename, searchpath_t *search, fileHandle_
|
||||||
|
|
||||||
if(fs_debug->integer)
|
if(fs_debug->integer)
|
||||||
{
|
{
|
||||||
Com_Printf("FS_FOpenFileRead: %s (found in '%s/%s')\n", filename,
|
Com_Printf("FS_FOpenFileRead: %s (found in '%s%c%s')\n", filename,
|
||||||
dir->path, dir->gamedir);
|
dir->path, PATH_SEP, dir->gamedir);
|
||||||
}
|
}
|
||||||
|
|
||||||
fsh[*file].handleFiles.file.o = filep;
|
fsh[*file].handleFiles.file.o = filep;
|
||||||
|
|
Loading…
Reference in a new issue