fix missing fmt argument in readFeatureMA

This commit is contained in:
Eknous-P 2025-10-04 22:32:05 +04:00
parent c274ae3a79
commit c680474f22

View file

@ -1893,7 +1893,7 @@ void DivInstrument::readFeatureMA(SafeReader& reader, short version) {
target=&std.ex10Macro;
break;
default:
logW("invalid macro code %d!");
logW("invalid macro code %d!", macroCode);
break;
}