diff --git a/src/sdl-instead/util.c b/src/sdl-instead/util.c index f83c5c3..708d651 100644 --- a/src/sdl-instead/util.c +++ b/src/sdl-instead/util.c @@ -9,6 +9,7 @@ char *getfilepath(const char *d, const char *n) strcpy(p, d); strcat(p, "/"); strcat(p, n); + unix_path(p); } return p; }