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

Diff for /src/usr.bin/tail/reverse.c between version 1.4 and 1.5

version 1.4, 1999/02/03 02:09:30 version 1.5, 1999/04/29 04:18:43
Line 199 
Line 199 
                 } else                  } else
                         mark->next = mark->prev = (mark = tl);                          mark->next = mark->prev = (mark = tl);
   
                   if (!enomem)
                           tl->len = 0;
   
                 /* Fill the block with input data. */                  /* Fill the block with input data. */
                 for (p = tl->l, len = 0;                  for (p = tl->l, len = 0;
                     len < BSZ && (ch = getc(fp)) != EOF; ++len)                      len < BSZ && (ch = getc(fp)) != EOF; ++len)

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