From f509c3166d38a3ab696081e0c74458bd1d0e007d Mon Sep 17 00:00:00 2001 From: James Brown Date: Sat, 20 Apr 2002 18:53:45 +0000 Subject: Warning fix. svn-id: r4029 --- sound/mididrv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound/mididrv.cpp') 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) { -- cgit v1.2.3