mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 15:04:18 +00:00
Merge branch 'mqtt' into mqtt_plus
This commit is contained in:
commit
89495fa00f
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ bool CDMRTA::decodeTA()
|
|||
|
||||
case 1U: // ISO 8 bit
|
||||
case 2U: // UTF8
|
||||
::memcpy(m_ta, m_buf + 1U, sizeof(m_ta));
|
||||
::memcpy(m_ta, m_buf + 1U, sizeof(m_ta) - 1);
|
||||
break;
|
||||
|
||||
case 3U: { // UTF16 poor man's conversion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue