Merge pull request #173 from AndyTaylorTweet/RemoteCommands
Update YSFGateway.cpp
This commit is contained in:
commit
76b3eb16cc
1 changed files with 1 additions and 1 deletions
|
@ -906,7 +906,7 @@ void CYSFGateway::processRemoteCommands()
|
|||
std::string idShort = "FCS";
|
||||
if (raw.length() == 3U) {
|
||||
id += raw;
|
||||
if (raw.length() == 5U) {
|
||||
} else if (raw.length() == 5U) {
|
||||
idShort += raw;
|
||||
} else {
|
||||
LogWarning("Invalid FCS reflector id - \"%s\"", raw.c_str());
|
||||
|
|
Loading…
Reference in a new issue