mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-20 14:15:37 +08:00
Fix some naming issues around NULL and a D-Star bug with frame counts.
This commit is contained in:
@@ -97,7 +97,7 @@ m_fp(nullptr)
|
||||
::memset(m_netLDU2, 0x00U, 9U * 25U);
|
||||
|
||||
m_lastIMBE = new unsigned char[11U];
|
||||
::memcpy(m_lastIMBE, P25_nullptr_IMBE, 11U);
|
||||
::memcpy(m_lastIMBE, P25_NULL_IMBE, 11U);
|
||||
|
||||
m_rfLDU = new unsigned char[P25_LDU_FRAME_LENGTH_BYTES];
|
||||
::memset(m_rfLDU, 0x00U, P25_LDU_FRAME_LENGTH_BYTES);
|
||||
|
||||
Reference in New Issue
Block a user