[BACK]Return to util.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / grep

Diff for /src/usr.bin/grep/util.c between version 1.40 and 1.41

version 1.40, 2011/07/08 01:20:24 version 1.41, 2011/07/11 20:43:21
Line 174 
Line 174 
         c = 0;          c = 0;
         i = 0;          i = 0;
         if (matchall) {          if (matchall) {
                   c = 1;
                 goto print;                  goto print;
         }          }
   

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41