aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib.c')
-rw-r--r--lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.c b/lib.c
index d4f4dd30..4e8d7b45 100644
--- a/lib.c
+++ b/lib.c
@@ -90,7 +90,7 @@ static void do_error(struct position pos, const char * fmt, va_list args)
return;
/* Shut up warnings after an error */
has_error |= ERROR_CURR_PHASE;
- if (errors > 100) {
+ if (errors > fmax_errors) {
static int once = 0;
show_info = 0;
if (once)