--- portmidi/pm_test/qtest.c	2009-09-16 06:04:57.000000000 +0200
+++ portmidi~/pm_test/qtest.c	2009-09-16 06:05:10.000000000 +0200
@@ -22,7 +22,7 @@
 {
     int i;
     for (i = 0; i < n; i++) {
-        printf(" %d", msg[i]);
+        printf(" %li", msg[i]);
     }
 }
 

