From 4ead3d848992ac0c0667a180703d73f3ebcbdadf Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Fri, 28 Jun 2002 19:12:37 +0000 Subject: [PATCH] Small fixes --- ChangeLog | 3 +++ mbfido/tic.c | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c38d89b2..bfaac57e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,8 @@ v0.35.02 22-Jun-2002 upgrade: Delete ~/etc/lastcall.data + If you want to upgrade to the new archiver settings then + delete ~/etc/archiver.data and run mbsetup. general: Added checks for GoldED in external program checks. @@ -41,6 +43,7 @@ v0.35.02 22-Jun-2002 When reading taglists if there was no description after the tag, mbfido would crash. Filefind netmail replies now set the private flag. + Removed debugging messages displaying the incoming tic files. mbindex: Fixed a crash when a pointlist contained Point,5,reservered, diff --git a/mbfido/tic.c b/mbfido/tic.c index 6bd1c1c6..30fed82f 100644 --- a/mbfido/tic.c +++ b/mbfido/tic.c @@ -213,7 +213,6 @@ int LoadTic(char *inb, char *tfn) } Temp[j] = '\0'; - Syslog('f', "TIC: %s", Temp); if (strncasecmp(Temp, "hatch", 5) == 0) { TIC.TicIn.Hatch = TRUE;