[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.43 and 1.44

version 1.43, 2012/12/11 16:40:01 version 1.44, 2012/12/12 11:12:24
Line 203 
Line 203 
                 }                  }
                 if (r == 0) {                  if (r == 0) {
                         c = 1;                          c = 1;
                         if (oflag)                          if (oflag && pmatch.rm_so != pmatch.rm_eo)
                                 goto print;                                  goto print;
                         break;                          break;
                 }                  }

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44