mirror of
https://github.com/g4klx/DMRGateway.git
synced 2026-04-04 22:17:36 +00:00
Fix an obvious mistake.
This commit is contained in:
parent
458dfff3c4
commit
172ec1fe19
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue