mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-23 16:55:52 +08:00
Merge branch 'mqtt' into mqtt_plus
This commit is contained in:
@@ -100,7 +100,7 @@ bool CDMRTA::decodeTA()
|
|||||||
|
|
||||||
case 1U: // ISO 8 bit
|
case 1U: // ISO 8 bit
|
||||||
case 2U: // UTF8
|
case 2U: // UTF8
|
||||||
::memcpy(m_ta, m_buf + 1U, sizeof(m_ta));
|
::memcpy(m_ta, m_buf + 1U, sizeof(m_ta) - 1);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 3U: { // UTF16 poor man's conversion
|
case 3U: { // UTF16 poor man's conversion
|
||||||
|
|||||||
Reference in New Issue
Block a user