mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-31 03:50:36 +00:00
Let's still initialize the 'count' member...
This commit is contained in:
parent
c1c7a93884
commit
c2857a22e3
1 changed files with 1 additions and 0 deletions
1
ast.c
1
ast.c
|
@ -73,6 +73,7 @@ static void ast_expression_init(ast_expression *self,
|
|||
self->expression.outr = NULL;
|
||||
self->expression.variadic = false;
|
||||
self->expression.params = NULL;
|
||||
self->expression.count = 0;
|
||||
}
|
||||
|
||||
static void ast_expression_delete(ast_expression *self)
|
||||
|
|
Loading…
Reference in a new issue