mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 18:50:44 +00:00
Yet more CMS50 fixes3
This commit is contained in:
parent
b9b6a60465
commit
8a75a7c3e6
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user