[APPHELP_APITEST] Add tests for SdbGetMatchingExe, to test matching on version resour...
[reactos.git] / reactos / drivers / multimedia / audio / sndblst.old / sndblst.c
index 19714f1..7b78e52 100644 (file)
@@ -316,7 +316,7 @@ BlasterDeviceControl(PDEVICE_OBJECT DeviceObject,
             DPRINT("Received IOCTL_MIDI_PLAY\n");
             Data = (PUCHAR) Irp->AssociatedIrp.SystemBuffer;
 
-            DPRINT("Sending %d bytes of MIDI data to 0x%d:\n", Stack->Parameters.DeviceIoControl.InputBufferLength, DeviceExtension->Port);
+            DPRINT("Sending %d bytes of MIDI data to 0x%x:\n", Stack->Parameters.DeviceIoControl.InputBufferLength, DeviceExtension->Port);
 
             for (ByteCount = 0; ByteCount < Stack->Parameters.DeviceIoControl.InputBufferLength; ByteCount ++)
             {