Wrote a lf instead of eof character as last character in the new nodelist
This commit is contained in:
parent
97a8c60ccd
commit
e177571049
@ -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.
|
||||
|
||||
|
@ -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) {
|
||||
|
Reference in New Issue
Block a user