Add an extra trace line when matched to say where rewritten to

This commit is contained in:
g0wfv
2017-06-07 13:15:17 +01:00
parent 2d670d330b
commit e4b3f2b6cb
5 changed files with 28 additions and 6 deletions

View File

@@ -39,6 +39,7 @@ private:
unsigned int m_fromIdEnd;
unsigned int m_toSlot;
unsigned int m_toIdStart;
unsigned int m_toIdEnd;
bool m_trace;
CDMRLC m_lc;
CDMREmbeddedData m_embeddedLC;