mirror of
https://github.com/g4klx/DMRGateway.git
synced 2026-01-19 06:40:21 +01:00
Satisfying my CDO
This commit is contained in:
parent
c8fbef1051
commit
b92b119e8d
|
|
@ -433,7 +433,7 @@ int CDMRGateway::run()
|
|||
if (dstId == 4000U) {
|
||||
LogMessage("XLX-1, Unlinking");
|
||||
} else if (dstId == 5000U) {
|
||||
if (m_xlx1Reflector != 4000)
|
||||
if (m_xlx1Reflector != 4000U)
|
||||
voice1->linkedTo(m_xlx1Reflector);
|
||||
else
|
||||
voice1->unlinked();
|
||||
|
|
@ -474,7 +474,7 @@ int CDMRGateway::run()
|
|||
if (dstId == 4000U) {
|
||||
LogMessage("XLX-2, Unlinking");
|
||||
} else if (dstId == 5000U) {
|
||||
if (m_xlx2Reflector != 4000)
|
||||
if (m_xlx2Reflector != 4000U)
|
||||
voice2->linkedTo(m_xlx2Reflector);
|
||||
else
|
||||
voice2->unlinked();
|
||||
|
|
|
|||
Loading…
Reference in a new issue