AUDIO: fix compiler warning
(also remove translation for debug message, since we don't translate this kind of output)
This commit is contained in:
parent
aaaea78b3b
commit
5991e8cc07
1 changed files with 1 additions and 1 deletions
|
@ -534,7 +534,7 @@ void MidiDriver_BASE::midiDumpFinish() {
|
||||||
midiDumpFile->close();
|
midiDumpFile->close();
|
||||||
const char msg[] = "Ending MIDI dump, created 'dump.mid'";
|
const char msg[] = "Ending MIDI dump, created 'dump.mid'";
|
||||||
g_system->displayMessageOnOSD(_(msg)); //TODO: why it doesn't appear?
|
g_system->displayMessageOnOSD(_(msg)); //TODO: why it doesn't appear?
|
||||||
debug(_(msg));
|
debug("%s", msg);
|
||||||
}
|
}
|
||||||
|
|
||||||
MidiDriver_BASE::MidiDriver_BASE() {
|
MidiDriver_BASE::MidiDriver_BASE() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue