From adadb10b17ed313be4c4cce1ba5255a7706e01f8 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 13 Jun 1988 18:01:47 +0000 Subject: [PATCH] corrected --- mach/proto/as/comm7.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mach/proto/as/comm7.c b/mach/proto/as/comm7.c index cf26d6678..bc110d3b5 100644 --- a/mach/proto/as/comm7.c +++ b/mach/proto/as/comm7.c @@ -180,8 +180,11 @@ small(fitsmall, gain) if (bflag) return(0); if (nbits == BITMAX) { - else if (pass == PASS_1) + static int w_given; + if (pass == PASS_1 && ! w_given) { + w_given = 1; warning("bit table overflow"); + } return(0); } p = &bittab[(int) (nbits>>3)]; -- 2.34.1