fix system fmt, part 2

thanks r-c-f
This commit is contained in:
tildearrow 2023-07-29 13:09:35 -05:00
parent ac011a0fa1
commit 98a6080ca1

View file

@ -52,7 +52,7 @@ SafeWriter* DivEngine::saveZSM(unsigned int zsmrate, bool loop) {
break;
default:
IGNORED++;
logD("Ignoring chip %d systemID %d",i,song.system[i]);
logD("Ignoring chip %d systemID %d",i,(int)song.system[i]);
break;
}
}