Wrote a lf instead of eof character as last character in the new nodelist

This commit is contained in:
Michiel Broek 2007-03-25 15:25:53 +00:00
parent 97a8c60ccd
commit e177571049
2 changed files with 6 additions and 2 deletions

View File

@ -25,6 +25,10 @@ v0.91.7 07-Mar-2007
Keep the latest 4 instead of 2 nodelists in the nodelist
directory to allow a few weeks for recovery.
mbdiff:
Wrote a lf instead of eof character as last character in the
new nodelist.
mbnntp:
Suppress logging of passwords.

View File

@ -5,7 +5,7 @@
* Original ideas ........: Eugene G. Crosser.
*
*****************************************************************************
* Copyright (C) 1997-2005
* Copyright (C) 1997-2007
*
* Michiel Broek FIDO: 2:280/2802
* Beekmansbos 10
@ -528,7 +528,7 @@ int apply(char *nl, char *nd, char *nn)
fclose(fo);
fclose(fd);
fputc('\012', fn);
fputc('\032', fn);
fclose(fn);
if ((rc != 0) && !do_quiet) {