/[grep]/grep/src/grep.c
ViewVC logotype

Diff of /grep/src/grep.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.102 by charles_levert, Tue Jun 21 04:55:26 2005 UTC revision 1.103 by charles_levert, Tue Jun 21 05:18:44 2005 UTC
# Line 1799  main (int argc, char **argv) Line 1799  main (int argc, char **argv)
1799      out_after = default_context;      out_after = default_context;
1800    if (out_before < 0)    if (out_before < 0)
1801      out_before = default_context;      out_before = default_context;
1802      if (only_matching && (out_after > 0 || out_before > 0))
1803        {
1804          fprintf(stderr,
1805                 _("%s: Any context line specification "
1806                   "is ignored with -o/--only-matching.\n"),
1807                 program_name);
1808          out_after = out_before = 0;
1809        }
1810    
1811    if (color_option)    if (color_option)
1812      {      {

Legend:
Removed from v.1.102  
changed lines
  Added in v.1.103

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26