[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.1 and 1.2

version 1.1, 1996/09/21 05:39:43 version 1.2, 2001/01/26 20:41:55
Line 56 
Line 56 
 position(where)  position(where)
         int where;          int where;
 {  {
           if (where >= table_size)
                   where = BOTTOM;
   
         switch (where)          switch (where)
         {          {
         case BOTTOM:          case BOTTOM:

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2