CVSROOT: /sources/grep
Module name: grep
Changes by: Tony Abou-Assaleh <taa> 07/10/07 05:18:05
Index: src/grep.c
===================================================================
RCS file: /sources/grep/grep/src/grep.c,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -b -r1.122 -r1.123
--- src/grep.c 28 Jun 2007 19:10:45 -0000 1.122
+++ src/grep.c 7 Oct 2007 05:18:04 -0000 1.123
@@ -1907,6 +1907,7 @@
case 'H':
with_filenames = 1;
+ no_filenames = 0;
break;
case 'I':
@@ -1987,6 +1988,7 @@
break;
case 'h':
+ with_filenames = 0;
no_filenames = 1;
break;