Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 203141 | Differences between
and this patch

Collapse All | Expand All

(-)flashsupport.c.old (-1 / +1 lines)
Lines 352-358 Link Here
352
		}
352
		}
353
	}
353
	}
354
	//Check if PULSE AUDIO is running system-wide
354
	//Check if PULSE AUDIO is running system-wide
355
	strcpy(tmpstr,"/var/lib/run/pulse/native");
355
	strcpy(tmpstr,"/var/run/pulse/native");
356
	if(!stat(tmpstr,&buf)) {
356
	if(!stat(tmpstr,&buf)) {
357
		if(audiodebug) fprintf( stderr, "PulseAudio system-wide found\n");
357
		if(audiodebug) fprintf( stderr, "PulseAudio system-wide found\n");
358
		audiodrivers = audiodrivers | AUDIO_PULSE;
358
		audiodrivers = audiodrivers | AUDIO_PULSE;

Return to bug 203141