mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 15:40:44 +00:00
(Linux) Buildfix
This commit is contained in:
parent
33b0a189f5
commit
1e3aba3494
@ -2188,7 +2188,6 @@ static bool frontend_linux_set_fork(enum frontend_fork fork_mode)
|
||||
static void frontend_linux_exec(const char *path, bool should_load_game)
|
||||
{
|
||||
char *newargv[] = { NULL, NULL };
|
||||
const char *newargv[] = { path, NULL };
|
||||
size_t len = strlen(path);
|
||||
|
||||
newargv[0] = malloc(len);
|
||||
|
Loading…
x
Reference in New Issue
Block a user