This commit is contained in:
John doe
2020-04-08 17:11:54 +09:00
parent a3884c2150
commit 1bfaf84dc8

View File

@@ -61,11 +61,10 @@ PROCESS_RESULT CRewriteType::process(CDMRData& data, bool trace)
if (m_fromSlot != m_toSlot)
data.setSlotNo(m_toSlot);
if (m_fromTGStart != m_fromTGEnd) {
if (m_fromTGStart != m_toIdStart) {
unsigned int newDstId = dstId + m_toIdStart - m_fromTGStart;
data.setDstId(newDstId);
} else
data.setDstId(toId);
}
data.setFLCO(FLCO_USER_USER);
processMessage(data);