From e177571049e651728a95d5c9bc0c18303400959e Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Sun, 25 Mar 2007 15:25:53 +0000 Subject: [PATCH] Wrote a lf instead of eof character as last character in the new nodelist --- ChangeLog | 4 ++++ mbfido/mbdiff.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 887e6649..71b86c65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/mbfido/mbdiff.c b/mbfido/mbdiff.c index 6b61896e..9ae01a8b 100644 --- a/mbfido/mbdiff.c +++ b/mbfido/mbdiff.c @@ -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) {