CXX_BUILD fix
This commit is contained in:
parent
0731bbb81c
commit
3f27e5d7bb
1 changed files with 1 additions and 1 deletions
|
@ -2087,7 +2087,7 @@ static void frontend_unix_exec(const char *path, bool should_load_game)
|
|||
char *newargv[] = { NULL, NULL };
|
||||
size_t len = strlen(path);
|
||||
|
||||
newargv[0] = malloc(len);
|
||||
newargv[0] = (char*)malloc(len);
|
||||
|
||||
strlcpy(newargv[0], path, len);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue