[SCM] setbfree/master: Fix one more spelling mistake.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Tue Sep 15 21:50:13 UTC 2015
The following commit has been merged in the master branch:
commit 8a145eb75562209cc2ecd1303323dcbcf35768e4
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Tue Sep 15 23:34:06 2015 +0200
Fix one more spelling mistake.
diff --git a/debian/patches/0002-spelling_mistakes.patch b/debian/patches/0002-spelling_mistakes.patch
index 6143461..4e958cf 100644
--- a/debian/patches/0002-spelling_mistakes.patch
+++ b/debian/patches/0002-spelling_mistakes.patch
@@ -18,3 +18,16 @@ Index: setbfree/src/midi.c
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);
+Index: setbfree/b_synth/lv2.c
+===================================================================
+--- setbfree.orig/b_synth/lv2.c
++++ setbfree/b_synth/lv2.c
+@@ -1003,7 +1003,7 @@ run(LV2_Handle instance, uint32_t n_samp
+ if (!warning_printed && capacity < 4096) {
+ warning_printed = true;
+ fprintf(stderr, "B3LV2: LV message buffer is only %d bytes. Expect problems.\n", capacity);
+- fprintf(stderr, "B3LV2: if your LV2 host allows to configure a buffersize use at least 4kBytes.\n");
++ fprintf(stderr, "B3LV2: if your LV2 host allows one to configure a buffersize use at least 4kBytes.\n");
+
+ }
+ lv2_atom_forge_set_buffer(&b3s->forge, (uint8_t*)b3s->midiout, capacity);
--
setbfree packaging
More information about the pkg-multimedia-commits
mailing list