summaryrefslogtreecommitdiff
path: root/usr.bin/grep/mmfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/grep/mmfile.c')
-rw-r--r--usr.bin/grep/mmfile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/grep/mmfile.c b/usr.bin/grep/mmfile.c
index d0b82579080..532ef7fae31 100644
--- a/usr.bin/grep/mmfile.c
+++ b/usr.bin/grep/mmfile.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mmfile.c,v 1.7 2003/09/09 05:04:27 tedu Exp $ */
+/* $OpenBSD: mmfile.c,v 1.8 2004/01/18 19:05:24 otto Exp $ */
/*-
* Copyright (c) 1999 James Howard and Dag-Erling Coïdan Smørgrav
@@ -89,7 +89,7 @@ mmfgetln(mmf_t *mmf, size_t *l)
if (mmf->ptr >= mmf->end)
return NULL;
- if ((lflag || qflag) && !boleol) {
+ if ((lflag || qflag) && !wflag && !boleol) {
/* Find starting point to search. */
if (mmf->ptr == mmf->base)
p = mmf->ptr;