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

@@ -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);