Satisfying my CDO

This commit is contained in:
g0wfv
2017-06-01 18:18:30 +01:00
parent c8fbef1051
commit b92b119e8d

View File

@@ -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();