- fixed compilation problem on Windows in MMS journal client code

pull/521/head
Michael Zillgith 1 year ago
parent abb71ebfd3
commit 8b7b0387f1

@ -115,6 +115,7 @@ parseJournalVariables(uint8_t* buffer, int bufPos, int maxLength, MmsJournalEntr
switch (tag) {
case 0x30: /* journalVariable */
{
MmsJournalVariable journalVariable = (MmsJournalVariable)
GLOBAL_CALLOC(1, sizeof(struct sMmsJournalVariable));
@ -144,6 +145,7 @@ parseJournalVariables(uint8_t* buffer, int bufPos, int maxLength, MmsJournalEntr
return false;
}
}
break;

Loading…
Cancel
Save