diff options
| author | Alexander Leidinger <netchild@FreeBSD.org> | 2006-05-28 14:07:47 +0000 |
|---|---|---|
| committer | Alexander Leidinger <netchild@FreeBSD.org> | 2006-05-28 14:07:47 +0000 |
| commit | 451651c72ed5b6d0a2c5cdca44ad526baf050ad7 (patch) | |
| tree | 8e7273752e9a4351c7c929ffe61893f5f56f3fdc /sys/dev/sound/midi | |
| parent | 311e80b148dcc819a8a4d1a7c718a66994ae4d9f (diff) | |
Notes
Diffstat (limited to 'sys/dev/sound/midi')
| -rw-r--r-- | sys/dev/sound/midi/midi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/midi/midi.c b/sys/dev/sound/midi/midi.c index cb8c06c512b5f..fab4cff1809ed 100644 --- a/sys/dev/sound/midi/midi.c +++ b/sys/dev/sound/midi/midi.c @@ -1226,7 +1226,7 @@ midisynth_writeraw(void *n, uint8_t *buf, size_t len) used = MIN(MIDIQ_AVAIL(m->outq), len); used = MIN(used, MIDI_WSIZE); - MIDI_DEBUG(5,printf("midi_synth: resid %d len %jd avail %jd\n", + MIDI_DEBUG(5,printf("midi_synth: resid %zu len %jd avail %jd\n", len, (intmax_t)MIDIQ_LEN(m->outq), (intmax_t)MIDIQ_AVAIL(m->outq))); |
