mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-21 07:30:53 +00:00
this one can be reached - make it a little more helpful
This commit is contained in:
parent
4600f1d7ff
commit
2ff9adecb2
1 changed files with 1 additions and 1 deletions
2
parser.c
2
parser.c
|
@ -1899,7 +1899,7 @@ static ast_expression* parse_expression_leave(parser_t *parser, bool stopatcomma
|
|||
|
||||
parser->lex->flags.noops = true;
|
||||
if (vec_size(sy.out) != 1) {
|
||||
parseerror(parser, "expression with not 1 but %lu output values...", (unsigned long) vec_size(sy.out));
|
||||
parseerror(parser, "expression expected");
|
||||
expr = NULL;
|
||||
} else
|
||||
expr = sy.out[0].out;
|
||||
|
|
Loading…
Reference in a new issue