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 |
} |