[SCM] setbfree/master: Refresh

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri Apr 12 23:11:26 UTC 2013


The following commit has been merged in the master branch:
commit fc7547d846c6a5ad8c4fdd649dafef06da03e82b
Author: Alessio Treglia <alessio at debian.org>
Date:   Sat Apr 13 01:06:05 2013 +0200

    Refresh

diff --git a/debian/patches/0002-spelling_mistakes.patch b/debian/patches/0002-spelling_mistakes.patch
index 60a5ea0..ed3edc2 100644
--- a/debian/patches/0002-spelling_mistakes.patch
+++ b/debian/patches/0002-spelling_mistakes.patch
@@ -5,14 +5,14 @@ Forwarded: no
  src/midi.c |    2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
---- setbfree-0.5.5.orig/src/midi.c
-+++ setbfree-0.5.5/src/midi.c
-@@ -1052,7 +1052,7 @@ void dumpCCAssigment(FILE * fp, unsigned
- }
+--- setbfree.orig/src/midi.c
++++ setbfree/src/midi.c
+@@ -1284,7 +1284,7 @@ static void dumpCCAssigment(FILE * fp, u
  
- void listCCAssignments(FILE * fp) {
+ void listCCAssignments(void *mcfg, FILE * fp) {
+   struct b_midicfg * m = (struct b_midicfg *) mcfg;
 -  fprintf(fp,"MIDI CC Assigments:\n");
 +  fprintf(fp,"MIDI CC Assignments:\n");
-   fprintf(fp,"--- Upper Manual   - Channel %2d ---\n", rcvChA);
-   dumpCCAssigment(fp, ctrlUseA);
-   fprintf(fp,"--- Lower Manual   - Channel %2d ---\n", rcvChB);
+   fprintf(fp,"--- Upper Manual   - Channel %2d ---\n", m->rcvChA);
+   dumpCCAssigment(fp, m->ctrlUseA, m->ctrlflg[m->rcvChA]);
+   fprintf(fp,"--- Lower Manual   - Channel %2d ---\n", m->rcvChB);

-- 
setbfree packaging



More information about the pkg-multimedia-commits mailing list