Yet more CMS50 fixes3

This commit is contained in:
Mark Watkins 2014-08-20 13:50:06 +10:00
parent b9b6a60465
commit 8a75a7c3e6

View File

@ -326,7 +326,7 @@ void CMS50F37Loader::processBytes(QByteArray bytes)
if (started_reading) {
do {
res = buffer.at(idx++);
} while (res != resimport || idx > size);
} while (res != resimport || idx < size);
// add a dummy to make up for it.
qDebug() << "lost sync, padding...";
oxirec->append(OxiRecord(0,0,0));