another try

This commit is contained in:
Andrew Pamment 2018-05-24 20:02:55 +10:00
parent 661a989b58
commit 6a10b0fb38

View File

@ -256,7 +256,7 @@ int export_messages(int area) {
memset(body, 0, jmh.TxtLen + 1);
JAM_ReadMsgText(jb, jmh.TxtOffset, jmh.TxtLen, (char *)body);
jmh.Attribute |= JAM_MSG_SENT;
jmh.Attribute |= JAM_MSG_LOCAL;
memset(msgid, 0, 37);
uuid_generate(myuuid);