Don't rely on implicit nulling of this stack array.

This commit is contained in:
Alcaro 2014-12-08 17:02:45 +01:00
parent 551ad28fca
commit e19078e2b5
1 changed files with 1 additions and 0 deletions

View File

@ -508,6 +508,7 @@ static bool load_program(
if (*(cg->cg_alias_define[i]))
argv[argc++] = cg->cg_alias_define[i];
}
argv[argc] = NULL;
if (path_is_file)
{