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

Diff for /src/usr.bin/less/line.c between version 1.15 and 1.16

version 1.15, 2015/11/09 14:25:32 version 1.16, 2016/01/12 17:48:04
Line 142 
Line 142 
 void  void
 plinenum(off_t pos)  plinenum(off_t pos)
 {  {
         LINENUM linenum = 0;          off_t linenum = 0;
         int i;          int i;
   
         if (linenums == OPT_ONPLUS) {          if (linenums == OPT_ONPLUS) {

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16