DreamStation's have two extra bytes before the final block checksum

This commit is contained in:
Mark Watkins 2016-01-22 09:30:53 +10:00
parent ba9002354a
commit 32b677e5d7

View File

@ -1083,6 +1083,8 @@ bool PRS1Import::ParseF0Events()
int lastpos = 0, startpos = 0, lastpos2 = 0, lastpos3 = 0;
int size = event->m_data.size();
if (event->fileVersion == 3) size -= 2;
unsigned char * buffer = (unsigned char *)event->m_data.data();
for (pos = 0; pos < size;) {