aboutsummaryrefslogtreecommitdiff
path: root/sound/mididrv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sound/mididrv.cpp')
-rw-r--r--sound/mididrv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mididrv.cpp b/sound/mididrv.cpp
index 9002ded512..14a356dc10 100644
--- a/sound/mididrv.cpp
+++ b/sound/mididrv.cpp
@@ -409,7 +409,7 @@ void MidiDriver_SEQ::close() {
void MidiDriver_SEQ::send(uint32 b)
{
- unsigned char buf[256];
+ unsigned long buf[256];
int position = 0;
switch (b & 0xF0) {