mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-22 05:30:44 +00:00
minor changes after merge
This commit is contained in:
parent
254490f050
commit
3d871c223c
@ -1899,12 +1899,16 @@ bool PRS1Import::ParseSummaryF0V6()
|
|||||||
//don't know yet. data size is the '5' plus 4 bytes
|
//don't know yet. data size is the '5' plus 4 bytes
|
||||||
data2Ptr += 5;
|
data2Ptr += 5;
|
||||||
break;
|
break;
|
||||||
|
case 6:
|
||||||
|
//don't know yet. data size is the '5' plus 1 byte
|
||||||
|
data2Ptr += 2;
|
||||||
|
break;
|
||||||
case 8:
|
case 8:
|
||||||
//don't know yet. data size is the '8' plus 27 bytes (might be a '0' in here...not enough different types found yet)
|
//don't know yet. data size is the '8' plus 27 bytes (might be a '0' in here...not enough different types found yet)
|
||||||
data2Ptr += 28;
|
data2Ptr += 28;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
qDebug() << "PRS1Loader::ParseSummaryF0V6=" << "Unknown datablock2 value:" << (zero + *dataPtr) ;
|
qDebug() << "PRS1Loader::ParseSummaryF0V6=" << "Unknown datablock2 value:" << (zero + *data2Ptr) ;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// need to populate summary->
|
// need to populate summary->
|
||||||
|
Loading…
Reference in New Issue
Block a user