RSS

(root)/users/piem/portmidi : /debian/patches/01_pmlinux.diff (revision 27)

To get this branch, use:
bzr branch /loggerhead/users/piem/portmidi
Line Revision Contents
1 3
--- portmidi-20041117.orig/pm_linux/pmlinux.c
2
+++ portmidi-20041117/pm_linux/pmlinux.c
3
@@ -20,10 +20,10 @@
4
 PmError pm_init()
5
 {
6
     #ifdef PMALSA
7
-	pm_linuxalsa_init();
8
+	return pm_linuxalsa_init();
9
     #endif
10
     #ifdef PMNULL
11
-        pm_linuxnull_init();
12
+        return pm_linuxnull_init();
13
     #endif
14
 }
15
 

Loggerhead 1.17 is a web-based interface for Bazaar branches