mirror of
https://github.com/g4klx/DMRGateway.git
synced 2026-04-06 15:04:16 +00:00
Wrong test being used, fixed.
This commit is contained in:
parent
0446acc6c4
commit
6f0c543ab0
2 changed files with 2 additions and 2 deletions
|
|
@ -49,5 +49,5 @@ bool CPassAllTG::process(CDMRData& data)
|
|||
FLCO flco = data.getFLCO();
|
||||
unsigned int slotNo = data.getSlotNo();
|
||||
|
||||
return flco == FLCO_GROUP || slotNo == m_slot;
|
||||
return flco == FLCO_GROUP && slotNo == m_slot;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue