mirror of
https://github.com/oe7drt/YSFClients.git
synced 2026-01-07 00:49:58 +01:00
Update WiresX.cpp
additional Uppercase on the ALL reply as well as the search.
This commit is contained in:
parent
41edfe53c7
commit
d2044019a4
|
|
@ -853,7 +853,7 @@ void CWiresX::sendAllReply()
|
|||
data[i + offset + 1U] = refl->m_id.at(i);
|
||||
|
||||
for (unsigned int i = 0U; i < 16U; i++)
|
||||
data[i + offset + 6U] = refl->m_name.at(i);
|
||||
data[i + offset + 6U] = std::toupper(refl->m_name.at(i));
|
||||
|
||||
for (unsigned int i = 0U; i < 3U; i++)
|
||||
data[i + offset + 22U] = refl->m_count.at(i);
|
||||
|
|
|
|||
Loading…
Reference in a new issue