yy1717
2020-10-23 c484cbb09d445e2ab30ea011c6d2ffd87202bb26
lib/src/main/cpp/rtk_platform/platform.cpp
@@ -565,8 +565,9 @@
        if (length == 4)
            MA_MainProcMsgEntry(c.a, NULL);
        else
            MA_MainProcMsgEntry(c.a, (char *)data + 4);
        else {
            MA_MainProcMsgEntry(c.a, (char *) data + 4);
        }
    }
}