Update YSFGateway.cpp
fix my mistake
This commit is contained in:
parent
81ddfe5901
commit
fcb7dde1e6
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