1
0
Fork 0

Merge pull request #173 from AndyTaylorTweet/RemoteCommands

Update YSFGateway.cpp
ycs232-kbc
Jonathan Naylor 4 years ago committed by GitHub
commit 76b3eb16cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -906,7 +906,7 @@ void CYSFGateway::processRemoteCommands()
std::string idShort = "FCS"; std::string idShort = "FCS";
if (raw.length() == 3U) { if (raw.length() == 3U) {
id += raw; id += raw;
if (raw.length() == 5U) { } else if (raw.length() == 5U) {
idShort += raw; idShort += raw;
} else { } else {
LogWarning("Invalid FCS reflector id - \"%s\"", raw.c_str()); LogWarning("Invalid FCS reflector id - \"%s\"", raw.c_str());

Loading…
Cancel
Save