Make sure exe_path ends with a slash

This commit is contained in:
David Hrdlička
2022-04-19 23:24:49 +02:00
parent e60af6c29d
commit 60d70da4b9

View File

@@ -424,6 +424,8 @@ pc_init(int argc, char *argv[])
} }
#endif #endif
path_slash(exe_path);
/* /*
* Get the current working directory. * Get the current working directory.
* *