Stop adding tearline

This commit is contained in:
Michiel Broek 2004-08-30 13:17:36 +00:00
parent f2090c5f0a
commit 87f7c526de
2 changed files with 1 additions and 2 deletions

View File

@ -46,6 +46,7 @@ v0.61.4 11-Aug-2004
mbmsg: mbmsg:
Fixed counter in log that should show the number of linked Fixed counter in log that should show the number of linked
messages. messages.
With the post command no tearline is added anymore.
mbsebbs: mbsebbs:
The exec_nosuid function for doors now also has a extra small The exec_nosuid function for doors now also has a extra small

View File

@ -236,8 +236,6 @@ int Post(char *To, long Area, char *Subj, char *File, char *Flavor)
* Finish the message * Finish the message
*/ */
aka = calloc(40, sizeof(char)); aka = calloc(40, sizeof(char));
MsgText_Add2((char *)"");
MsgText_Add2(TearLine());
if (msgs.Aka.point) if (msgs.Aka.point)
sprintf(aka, "(%d:%d/%d.%d)", msgs.Aka.zone, msgs.Aka.net, msgs.Aka.node, msgs.Aka.point); sprintf(aka, "(%d:%d/%d.%d)", msgs.Aka.zone, msgs.Aka.net, msgs.Aka.node, msgs.Aka.point);