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

Diff for /src/usr.bin/mail/cmd1.c between version 1.8 and 1.9

version 1.8, 1997/07/14 00:24:24 version 1.9, 1997/07/22 18:54:34
Line 409 
Line 409 
                 if (!lineb)                  if (!lineb)
                         putchar('\n');                          putchar('\n');
                 for (lines = 0; lines < c && lines <= topl; lines++) {                  for (lines = 0; lines < c && lines <= topl; lines++) {
                         if (readline(ibuf, linebuf, LINESIZE) < 0)                          if (readline(ibuf, linebuf, sizeof(linebuf)) < 0)
                                 break;                                  break;
                         puts(linebuf);                          puts(linebuf);
                         lineb = blankline(linebuf);                          lineb = blankline(linebuf);

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