From c0927006217e7a7e0214add5828659287c7498d6 Mon Sep 17 00:00:00 2001 From: forsyth Date: Tue, 27 Apr 2010 21:15:13 +0100 Subject: 20100427-2115 --- utils/8l/list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/8l/list.c') diff --git a/utils/8l/list.c b/utils/8l/list.c index 7fea4cb9..f52477d5 100644 --- a/utils/8l/list.c +++ b/utils/8l/list.c @@ -285,7 +285,7 @@ diag(char *fmt, ...) print("%s: %s\n", tn, buf); nerrors++; - if(nerrors > 20) { + if(nerrors > 20 && !debug['A']) { print("too many errors\n"); errorexit(); } -- cgit v1.2.3