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

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

version 1.11, 2015/11/09 16:46:42 version 1.12, 2016/09/17 15:06:41
Line 199 
Line 199 
 {  {
         struct ifile *p;          struct ifile *p;
   
         for (p = anchor.h_next;  p != &anchor;  p = p->h_next)          for (p = anchor.h_next; p != &anchor; p = p->h_next)
                 if (strcmp(filename, p->h_filename) == 0)                  if (strcmp(filename, p->h_filename) == 0)
                         return (p);                          return (p);
         return (NULL);          return (NULL);

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