mirror of
https://github.com/ShaYmez/P25Clients.git
synced 2025-05-24 11:12:25 -04:00
Change negation checking coding style.
This commit is contained in:
parent
012456a340
commit
bd98561201
@ -336,7 +336,7 @@ void CP25Gateway::run()
|
|||||||
buffer[3U] = (currentTG >> 0) & 0xFFU;
|
buffer[3U] = (currentTG >> 0) & 0xFFU;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (poll == false)
|
if (!poll)
|
||||||
localNetwork.write(buffer, len);
|
localNetwork.write(buffer, len);
|
||||||
|
|
||||||
LogMessage("Switched to reflector %u due to network activity", currentTG);
|
LogMessage("Switched to reflector %u due to network activity", currentTG);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user