diff options
-rw-r--r-- | src/d_iwad.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d_iwad.c b/src/d_iwad.c index 3d8aa0d1..4568c952 100644 --- a/src/d_iwad.c +++ b/src/d_iwad.c @@ -290,7 +290,7 @@ static void CheckSteamEdition(void) subpath = malloc(strlen(install_path) + strlen(steam_install_subdirs[i]) + 5); - sprintf(subpath, "%s%s", install_path, steam_install_subdirs[i]); + sprintf(subpath, "%s\\%s", install_path, steam_install_subdirs[i]); if (M_FileExists(subpath)) { |