Fixed crashing mbtask on receiving empty coded loglines
This commit is contained in:
parent
eafb6260c1
commit
fbcfe6087e
@ -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,
|
||||||
|
Reference in New Issue
Block a user