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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +5 lines)
Line  Link Here
0
-- xrdb-1.0.7-orig/xrdb.c
0
++ xrdb-1.0.7/xrdb.c
Lines 883-889 Link Here
883
883
884
	for (j = 0; j < number_of_elements; j++) {
884
	for (j = 0; j < number_of_elements; j++) {
885
	    if (access(cpp_locations[j], X_OK) == 0) {
885
	    if (access(cpp_locations[j], X_OK) == 0) {
886
		cpp_program = cpp_locations[j];
886
		if ((cpp_program =
887
			(char *)malloc(strlen(cpp_locations[j]) + 4)) == NULL)
888
		    fatal("%s: Out of memory\n", ProgramName);
889
		sprintf(cpp_program, "%s -P", cpp_locations[j]);
887
		break;
890
		break;
888
	    }
891
	    }
889
	} 
892
	} 

Return to bug 347758