mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-20 18:32:01 +00:00
For now
This commit is contained in:
parent
783b7b6594
commit
b640049912
1 changed files with 2 additions and 0 deletions
2
test.c
2
test.c
|
@ -734,6 +734,8 @@ static bool task_propagate(const char *curdir, size_t *pad, const char *defs) {
|
|||
const char *qcflags = NULL;
|
||||
task_t task;
|
||||
|
||||
memset(&task, 0, sizeof(task));
|
||||
|
||||
found ++;
|
||||
if (!tmpl) {
|
||||
con_err("error compiling task template: %s\n", files->d_name);
|
||||
|
|
Loading…
Reference in a new issue