From 3644329bb60a18eb410f6341b0086d9aaeb93467 Mon Sep 17 00:00:00 2001 From: OBattler Date: Thu, 2 Sep 2021 23:26:54 +0200 Subject: [PATCH] An a fix to that. --- src/86box.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/86box.c b/src/86box.c index 099a57903..e89dc4723 100644 --- a/src/86box.c +++ b/src/86box.c @@ -562,7 +562,8 @@ usage: if (vmrp && (path2[0] == '\0')) { strcpy(path2, usr_path); plat_path_slash(path2); - strcat(path2, "roms/"); + strcat(path2, "roms"); + plat_path_slash(path2); } /*