Fixed crashing mbtask on receiving empty coded loglines

This commit is contained in:
Michiel Broek 2005-10-25 19:12:30 +00:00
parent eafb6260c1
commit fbcfe6087e

View File

@ -1124,6 +1124,7 @@ void ExportEmail(unsigned int MsgNum)
if (Msg_Read(MsgNum, 79)) { if (Msg_Read(MsgNum, 79)) {
if ((p = (char *)MsgText_First()) != NULL) { if ((p = (char *)MsgText_First()) != NULL) {
do { do {
printf("\"%s\"\n", printable(p, 0));
Syslogp('m', printable(p, 0)); Syslogp('m', printable(p, 0));
/* /*
* GoldED places ^A characters in front of the RFC headers, * GoldED places ^A characters in front of the RFC headers,