mirror of
https://github.com/g4klx/DMRGateway.git
synced 2026-03-25 06:14:42 +01:00
Fix an obvious mistake.
This commit is contained in:
parent
458dfff3c4
commit
172ec1fe19
|
|
@ -65,8 +65,8 @@ void CRemoveTA::processHeader(CDMRData& data, unsigned char dataType)
|
|||
{
|
||||
CDMRLC lc;
|
||||
lc.setFLCO(data.getFLCO());
|
||||
lc.setSrcId(data.getSrcId);
|
||||
lc.setDstId(data.getDstId);
|
||||
lc.setSrcId(data.getSrcId());
|
||||
lc.setDstId(data.getDstId());
|
||||
|
||||
m_embeddedLC.setLC(lc);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue