Small update

This commit is contained in:
Michiel Broek 2004-09-12 13:28:44 +00:00
parent 61f6f537c8
commit 2740857e5c

View File

@ -244,7 +244,7 @@ int Post(char *To, long Area, char *Subj, char *File, char *Flavor)
/*
* Finish the message
*/
if (! has_tear) {
if ((! has_tear) && (! has_origin)) {
MsgText_Add2((char *)"");
MsgText_Add2(TearLine());
}