From 87f7c526de0d6d83365c2a3b9f83478c704010d9 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Mon, 30 Aug 2004 13:17:36 +0000 Subject: [PATCH] Stop adding tearline --- ChangeLog | 1 + mbfido/post.c | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 951dbaef..95192034 100644 --- a/ChangeLog +++ b/ChangeLog @@ -46,6 +46,7 @@ v0.61.4 11-Aug-2004 mbmsg: Fixed counter in log that should show the number of linked messages. + With the post command no tearline is added anymore. mbsebbs: The exec_nosuid function for doors now also has a extra small diff --git a/mbfido/post.c b/mbfido/post.c index 6a284512..0d5e6751 100644 --- a/mbfido/post.c +++ b/mbfido/post.c @@ -236,8 +236,6 @@ int Post(char *To, long Area, char *Subj, char *File, char *Flavor) * Finish the message */ aka = calloc(40, sizeof(char)); - MsgText_Add2((char *)""); - MsgText_Add2(TearLine()); if (msgs.Aka.point) sprintf(aka, "(%d:%d/%d.%d)", msgs.Aka.zone, msgs.Aka.net, msgs.Aka.node, msgs.Aka.point);