Fix some naming issues around NULL and a D-Star bug with frame counts.

This commit is contained in:
Jonathan Naylor
2025-04-19 16:36:00 +01:00
parent 067340dde7
commit 5d2f528ec7
6 changed files with 30 additions and 26 deletions

View File

@@ -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);