this still won't pass CI
This commit is contained in:
parent
a9acba3cb7
commit
78a2218ee1
2 changed files with 5 additions and 0 deletions
|
|
@ -60,6 +60,10 @@ void DivInstrument::putInsData2(SafeWriter* w, bool fui) {
|
|||
bool featureSU=false;
|
||||
bool featureES=false;
|
||||
|
||||
// almost 40 years of C++, and there still isn't a way to easily compare two structs.
|
||||
// even Java, which many regard as having a slow runtime, has .equals().
|
||||
|
||||
|
||||
blockEndSeek=w->tell();
|
||||
if (!fui) {
|
||||
w->seek(blockStartSeek,SEEK_SET);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue