~ubuntu-branches/ubuntu/trusty/portmidi/trusty

« back to all changes in this revision

Viewing changes to debian/patches/08_pm_test_qtest.diff

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2010-02-14 17:30:52 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100214173052-uraknpxk6m8ogzf8
Tags: 1:200-0ubuntu1
* New upstream release
* debian/patches/: Refresh/rediff

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- portmidi/pm_test/qtest.c    2009-09-16 06:04:57.000000000 +0200
2
 
+++ portmidi~/pm_test/qtest.c   2009-09-16 06:05:10.000000000 +0200
3
 
@@ -22,7 +22,7 @@
4
 
 {
5
 
     int i;
6
 
     for (i = 0; i < n; i++) {
7
 
-        printf(" %d", msg[i]);
8
 
+        printf(" %li", msg[i]);
9
 
     }
10
 
 }
11