diff options
| author | forsyth <forsyth@vitanuova.com> | 2010-04-27 21:15:13 +0100 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2010-04-27 21:15:13 +0100 |
| commit | c0927006217e7a7e0214add5828659287c7498d6 (patch) | |
| tree | 528acb9e0df2d33eaa2481b8e3ff37c252082fd2 /utils/8l/list.c | |
| parent | 2303ddadf6e5cbf9705ccf25abe6114af1126b79 (diff) | |
20100427-2115
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(); } |
