more cat and mouse
This commit is contained in:
parent
d2204100f0
commit
012108975f
2 changed files with 3 additions and 1 deletions
|
|
@ -1897,7 +1897,7 @@ std::vector<DivInstrument*> DivEngine::instrumentFromFile(const char* path, bool
|
|||
bool isOldFurnaceIns=false;
|
||||
try {
|
||||
reader.read(magic,4);
|
||||
if (memcmp("FINS",magic,4)==0) {
|
||||
if (memcmp("FINS",magic,4)==0 || memcmp("FINB",magic,4)==0) {
|
||||
isFurnaceInstr=true;
|
||||
logV("found a new Furnace ins");
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue