TIMIDITY: Replace u_char with unsigned char
This commit is contained in:
parent
6379adad21
commit
ade9ed2afe
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ void MidiDriver_TIMIDITY::timidity_meta_seq(int p1, int p2, int p3) {
|
||||||
/* see _CHN_COMMON from soundcard.h; this is simplified
|
/* see _CHN_COMMON from soundcard.h; this is simplified
|
||||||
* to just send seq to the server without any buffers,
|
* to just send seq to the server without any buffers,
|
||||||
* delays and extra functions/macros */
|
* delays and extra functions/macros */
|
||||||
u_char seqbuf[8];
|
unsigned char seqbuf[8];
|
||||||
|
|
||||||
seqbuf[0] = 0x92;
|
seqbuf[0] = 0x92;
|
||||||
seqbuf[1] = 0;
|
seqbuf[1] = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue