Date: Sun, 28 May 2006 21:59:19 GMT From: Ryan Beasley <ryanb@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 98038 for review Message-ID: <200605282159.k4SLxJcB003892@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=98038 Change 98038 by ryanb@ryanb_yuki on 2006/05/28 21:58:19 Imported updated midi.c (changelist \#98014) from parent. See CVS rev 1.117 for specifics. Affected files ... .. //depot/projects/soc2006/rbeasley_sound/sys/dev/sound/midi/midi.c#2 integrate Differences ... ==== //depot/projects/soc2006/rbeasley_sound/sys/dev/sound/midi/midi.c#2 (text) ==== @@ -43,7 +43,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD: src/sys/dev/sound/midi/midi.c,v 1.16 2006/05/27 16:32:05 netchild Exp $"); +__FBSDID("$FreeBSD: src/sys/dev/sound/midi/midi.c,v 1.17 2006/05/28 14:07:47 netchild Exp $"); #include <sys/param.h> #include <sys/queue.h> @@ -1226,7 +1226,7 @@ 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)));
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605282159.k4SLxJcB003892>