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

Collapse All | Expand All

(-)res/res_musiconhold.c.orig (-2 / +2 lines)
Lines 131-139 Link Here
131
	argv[argc++] = "-f";
131
	argv[argc++] = "-f";
132
	
132
	
133
	if (class->quiet) {
133
	if (class->quiet) {
134
		argv[argc++] = "4096";
134
		argv[argc++] = "16384";
135
	} else
135
	} else
136
		argv[argc++] = "8192";
136
		argv[argc++] = "32768";
137
137
138
	/* Look for extra arguments and add them to the list */
138
	/* Look for extra arguments and add them to the list */
139
	strncpy(xargs, class->miscargs, sizeof(xargs) - 1);
139
	strncpy(xargs, class->miscargs, sizeof(xargs) - 1);

Return to bug 33345