mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2025-12-06 05:32:00 +01:00
Merge pull request #564 from f1rmb/silence_DMRTA_warning
Remove warning
This commit is contained in:
commit
63ee2eb98c
|
|
@ -72,7 +72,7 @@ bool CDMRTA::decodeTA()
|
|||
|
||||
unsigned int TAformat = (talkerAlias[0] >> 6U) & 0x03U;
|
||||
unsigned int TAsize = (talkerAlias[0] >> 1U) & 0x1FU;
|
||||
::memcpy(m_TA, "(could not decode)", sizeof(m_TA));
|
||||
::strcpy(m_TA, "(could not decode)");
|
||||
|
||||
switch (TAformat) {
|
||||
case 0U: // 7 bit
|
||||
|
|
|
|||
Loading…
Reference in a new issue