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

Diff for /src/usr.bin/less/linenum.c between version 1.11 and 1.12

version 1.11, 2015/11/09 04:10:57 version 1.12, 2015/11/09 16:39:13
Line 203 
Line 203 
 static void  static void
 longloopmessage(void)  longloopmessage(void)
 {  {
         ierror("Calculating line numbers", NULL_PARG);          ierror("Calculating line numbers", NULL);
 }  }
   
 static int loopcount;  static int loopcount;
Line 234 
Line 234 
                  */                   */
                 screen_trashed = 1;                  screen_trashed = 1;
         linenums = 0;          linenums = 0;
         error("Line numbers turned off", NULL_PARG);          error("Line numbers turned off", NULL);
 }  }
   
 /*  /*

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12