mirror of
https://github.com/ShaYmez/P25Clients.git
synced 2024-11-23 20:58:59 -05: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;
|
||||
}
|
||||
|
||||
if (poll == false)
|
||||
if (!poll)
|
||||
localNetwork.write(buffer, len);
|
||||
|
||||
LogMessage("Switched to reflector %u due to network activity", currentTG);
|
||||
|
Loading…
Reference in New Issue
Block a user