From d2044019a42e286ff1580768a68a98c507dc369c Mon Sep 17 00:00:00 2001 From: MW0MWZ <66065904+MW0MWZ@users.noreply.github.com> Date: Wed, 14 May 2025 00:21:22 +0100 Subject: [PATCH] Update WiresX.cpp additional Uppercase on the ALL reply as well as the search. --- YSFGateway/WiresX.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YSFGateway/WiresX.cpp b/YSFGateway/WiresX.cpp index 134af9a..d547535 100644 --- a/YSFGateway/WiresX.cpp +++ b/YSFGateway/WiresX.cpp @@ -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);