Use PATH_SEP for a debug message in FS_FOpenFileReadDir

This commit is contained in:
Ensiform 2013-03-18 14:44:34 -05:00 committed by Zack Middleton
parent bf962c516d
commit 9a752ce8cd
1 changed files with 2 additions and 2 deletions

View File

@ -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;