mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 19:20:45 +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) {
|
if (started_reading) {
|
||||||
do {
|
do {
|
||||||
res = buffer.at(idx++);
|
res = buffer.at(idx++);
|
||||||
} while (res != resimport || idx > size);
|
} while (res != resimport || idx < size);
|
||||||
// add a dummy to make up for it.
|
// add a dummy to make up for it.
|
||||||
qDebug() << "lost sync, padding...";
|
qDebug() << "lost sync, padding...";
|
||||||
oxirec->append(OxiRecord(0,0,0));
|
oxirec->append(OxiRecord(0,0,0));
|
||||||
|
Loading…
Reference in New Issue
Block a user