[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.60 and 1.61

version 1.60, 2019/07/17 04:24:20 version 1.61, 2019/10/07 17:47:32
Line 122 
Line 122 
         }          }
   
         ln.file = fn;          ln.file = fn;
           if (labelname)
                   ln.file = (char *)labelname;
         ln.line_no = 0;          ln.line_no = 0;
         ln.len = 0;          ln.len = 0;
         linesqueued = 0;          linesqueued = 0;

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61