mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-21 02:40:56 +00:00
oops
This commit is contained in:
parent
6a8494f21b
commit
fed86b73fd
1 changed files with 0 additions and 1 deletions
1
test.c
1
test.c
|
@ -516,7 +516,6 @@ task_template_t *task_template_compile(const char *file, const char *dir) {
|
|||
if (!template->executeflags) {
|
||||
/* default to $null */
|
||||
template->executeflags = util_strdup("$null");
|
||||
goto failure;
|
||||
}
|
||||
if (!template->comparematch) {
|
||||
con_err("template compile error: %s missing `M:` tag (use `$null` for exclude)\n", file);
|
||||
|
|
Loading…
Reference in a new issue