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

Diff for /src/usr.bin/less/decode.c between version 1.4 and 1.5

version 1.4, 2003/04/13 18:26:25 version 1.5, 2006/04/02 00:55:32
Line 681 
Line 681 
                 close(f);                  close(f);
                 return (-1);                  return (-1);
         }          }
         if (lseek(f, (off_t)0, 0) == BAD_LSEEK)          if (lseek(f, (off_t)0, SEEK_SET) == BAD_LSEEK)
         {          {
                 free(buf);                  free(buf);
                 close(f);                  close(f);

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5