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

Diff for /src/usr.bin/less/position.c between version 1.8 and 1.9

version 1.8, 2015/11/05 22:08:44 version 1.9, 2015/11/05 22:47:33
Line 133 
Line 133 
 int  int
 onscreen(off_t pos)  onscreen(off_t pos)
 {  {
         register int i;          int i;
   
         if (pos < table[0])          if (pos < table[0])
                 return (-1);                  return (-1);

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9