summaryrefslogtreecommitdiffstats
path: root/usr.bin/grep
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/grep')
-rw-r--r--usr.bin/grep/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/grep/util.c b/usr.bin/grep/util.c
index e209968..785961b 100644
--- a/usr.bin/grep/util.c
+++ b/usr.bin/grep/util.c
@@ -233,7 +233,7 @@ procfile(const char *fn)
linesqueued++;
}
c += t;
- if (mflag && mcount < 0)
+ if (mflag && mcount <= 0)
break;
}
if (Bflag > 0)
OpenPOWER on IntegriCloud