(Linux) Buildfix

This commit is contained in:
twinaphex 2016-03-22 01:58:51 +01:00
parent 33b0a189f5
commit 1e3aba3494

View File

@ -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);