mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 14:41:42 +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)
|
||||
{
|
||||
Com_Printf("FS_FOpenFileRead: %s (found in '%s/%s')\n", filename,
|
||||
dir->path, dir->gamedir);
|
||||
Com_Printf("FS_FOpenFileRead: %s (found in '%s%c%s')\n", filename,
|
||||
dir->path, PATH_SEP, dir->gamedir);
|
||||
}
|
||||
|
||||
fsh[*file].handleFiles.file.o = filep;
|
||||
|
|
Loading…
Reference in a new issue