diff options
Diffstat (limited to 'audio/jack/files/patch-example-clients_lsp.c')
-rw-r--r-- | audio/jack/files/patch-example-clients_lsp.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/jack/files/patch-example-clients_lsp.c b/audio/jack/files/patch-example-clients_lsp.c new file mode 100644 index 000000000000..43162c3a1e0f --- /dev/null +++ b/audio/jack/files/patch-example-clients_lsp.c @@ -0,0 +1,14 @@ +--- example-clients/lsp.c.orig Fri May 26 11:45:08 2006 ++++ example-clients/lsp.c Thu Dec 7 16:58:45 2006 +@@ -120,9 +120,9 @@ + ports = jack_get_ports (client, NULL, NULL, 0); + + for (i = 0; ports[i]; ++i) { +- printf ("%s\n", ports[i]); +- + jack_port_t *port = jack_port_by_name (client, ports[i]); ++ ++ printf ("%s\n", ports[i]); + + if (show_con) { + if ((connections = jack_port_get_all_connections (client, jack_port_by_name(client, ports[i]))) != 0) { |