Fix bug in the rewrite code.

This commit is contained in:
Jonathan Naylor
2017-05-08 18:34:41 +01:00
parent 16c943b551
commit ce69be754a
4 changed files with 16 additions and 22 deletions

View File

@@ -35,7 +35,7 @@ private:
unsigned int m_fromTG;
unsigned int m_toSlot;
unsigned int m_toTG;
CDMRLC* m_lc;
CDMRLC m_lc;
CDMREmbeddedData m_embeddedLC;
void processHeader(CDMRData& data, unsigned char dataType);