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

Diff for /src/usr.bin/mail/fio.c between version 1.29 and 1.30

version 1.29, 2007/09/10 14:29:53 version 1.30, 2007/10/05 14:39:39
Line 132 
Line 132 
                 (void)fwrite(linebuf, sizeof(*linebuf), count, otf);                  (void)fwrite(linebuf, sizeof(*linebuf), count, otf);
                 if (ferror(otf))                  if (ferror(otf))
                         err(1, "/tmp");                          err(1, "/tmp");
                 if (count)                  if (count && linebuf[count - 1] == '\n')
                         linebuf[count - 1] = '\0';                          linebuf[count - 1] = '\0';
                 if (maybe && linebuf[0] == 'F' && ishead(linebuf)) {                  if (maybe && linebuf[0] == 'F' && ishead(linebuf)) {
                         msgCount++;                          msgCount++;

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30