Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 321343
Collapse All | Expand All

(-)jack-audio-connection-kit-0.118.0.orig/libjack/client.c (-1 / +1 lines)
Lines 1469-1475 Link Here
1469
{
1469
{
1470
	jack_client_control_t *control = client->control;
1470
	jack_client_control_t *control = client->control;
1471
1471
1472
	DEBUG ("client polling on %s", client->pollmax == 2 ? x
1472
	DEBUG ("client polling on %s", client->pollmax == 2 ?
1473
	       "event_fd and graph_wait_fd..." :
1473
	       "event_fd and graph_wait_fd..." :
1474
	       "event_fd only");
1474
	       "event_fd only");
1475
	
1475
	

Return to bug 321343