mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-27 06:53:01 +00:00
unused garbage
This commit is contained in:
parent
dbcd7f31a8
commit
c34ddea605
1 changed files with 7 additions and 0 deletions
|
@ -33,6 +33,13 @@ void DivInstrument::putInsData2(SafeWriter* w, bool fui) {
|
|||
blockStartSeek=w->tell();
|
||||
w->writeI(0);
|
||||
}
|
||||
|
||||
blockEndSeek=w->tell();
|
||||
if (!fui) {
|
||||
w->seek(blockStartSeek,SEEK_SET);
|
||||
w->writeI(blockEndSeek-blockStartSeek-4);
|
||||
}
|
||||
w->seek(0,SEEK_END);
|
||||
}
|
||||
|
||||
void DivInstrument::putInsData(SafeWriter* w) {
|
||||
|
|
Loading…
Reference in a new issue