lib/roken/simple_exec_w32.c: forgot to assign tmp var back to original

after calling realloc(3).
This commit is contained in:
Roland C. Dowdeswell
2016-11-08 17:20:42 -05:00
parent 37b987a848
commit 8b93901db7

View File

@@ -184,6 +184,7 @@ collect_commandline(const char * fn, va_list * ap)
free(cmd);
return NULL;
}
cmd = nc;
}
if (cmd == NULL)