diff --git a/code/qcommon/files.c b/code/qcommon/files.c index b1e44961..1c572314 100644 --- a/code/qcommon/files.c +++ b/code/qcommon/files.c @@ -2709,7 +2709,7 @@ void FS_Path_f( void ) { } } } else { - Com_Printf ("%s/%s\n", s->dir->path, s->dir->gamedir ); + Com_Printf ("%s%c%s\n", s->dir->path, PATH_SEP, s->dir->gamedir ); } }