diff options
Diffstat (limited to 'utils/8l/list.c')
| -rw-r--r-- | utils/8l/list.c | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } |
