mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 18:01:15 +00:00
Fix lost error count tracking.
This commit is contained in:
parent
a096babb1f
commit
3bc664811e
1 changed files with 2 additions and 0 deletions
|
@ -223,6 +223,8 @@ error (expr_t *e, const char *fmt, ...)
|
|||
{
|
||||
va_list args;
|
||||
|
||||
pr.error_count++;
|
||||
|
||||
report_function (e);
|
||||
|
||||
va_start (args, fmt);
|
||||
|
|
Loading…
Reference in a new issue