diff options
| author | hatal175 <hatal175@users.noreply.github.com> | 2024-08-07 13:18:30 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-07 03:18:30 -0700 |
| commit | 106d72032c3c62fb5fd930a1044a38bf44cc1036 (patch) | |
| tree | 5b7c2dcddd96f9baaa24cd6df3a7f29efc6df81c /src/d/msg/d_msg_flow.cpp | |
| parent | 6bf2f3cc5578f3e3108df8337a462ee4c618915a (diff) | |
Work on d_msg_object (#2186)
Diffstat (limited to 'src/d/msg/d_msg_flow.cpp')
| -rw-r--r-- | src/d/msg/d_msg_flow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/msg/d_msg_flow.cpp b/src/d/msg/d_msg_flow.cpp index 6f7c26269f..30973a5247 100644 --- a/src/d/msg/d_msg_flow.cpp +++ b/src/d/msg/d_msg_flow.cpp @@ -748,7 +748,7 @@ void dMsgFlow_c::setInitValueGroupChange(int param_1, fopAc_ac_c** param_2) { */ u8* dMsgFlow_c::getMsgDataBlock(char const* block_tag) { char tag[5] = {0}; - u8* dt_p = dMsgObject_c::getMsgDtPtr(); + u8* dt_p = (u8*)dMsgObject_c::getMsgDtPtr(); u8* block; u32 num; u32 i; |
