mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 06:53:42 +00:00
Remove warning
This commit is contained in:
parent
90c5b24e9f
commit
e780e8bd30
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue