freebsd-ports/audio/jack/files/patch-example-clients_lsp.c
Michael Nottebrock 78c9ed8ab3 o/ One more time, we're gonna fix four-ehehex, oh yeah, all right o/
PR: 		ports/106982
Submitted by: 	KATO Tsuguru <tkato432@yahoo.com>
2006-12-21 13:23:33 +00:00

14 lines
464 B
C

--- 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) {