PERFORCE change 98038 for review

Ryan Beasley ryanb at FreeBSD.org
Sun May 28 15:12:08 PDT 2006


http://perforce.freebsd.org/chv.cgi?CH=98038

Change 98038 by ryanb at 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)));
 


More information about the p4-projects mailing list