Silence a warning
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4015
This commit is contained in:
parent
b944c50d10
commit
f5c26251c7
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ void MIDI_RawOutByte(Bit8u data) {
|
|||
}
|
||||
}
|
||||
|
||||
LOG(LOG_ALL,LOG_NORMAL)("Sysex message size %d",midi.sysex.used);
|
||||
LOG(LOG_ALL,LOG_NORMAL)("Sysex message size %d", static_cast<int>(midi.sysex.used));
|
||||
if (CaptureState & CAPTURE_MIDI) {
|
||||
CAPTURE_AddMidi( true, midi.sysex.used-1, &midi.sysex.buf[1]);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue