View | Details | Raw Unified | Return to bug 169748 | Differences between
and this patch

Collapse All | Expand All

(-)usr.sbin/bsdinstall/distfetch/distfetch.c (-1 / +1 lines)
Lines 151-157 Link Here
151
151
152
		items[i*2 + 1] = "In Progress";
152
		items[i*2 + 1] = "In Progress";
153
		fsize = 0;
153
		fsize = 0;
154
		file_out = fopen(items[i*2], "w+");
154
		file_out = fopen(items[i*2], "w");
155
		if (file_out == NULL) {
155
		if (file_out == NULL) {
156
			snprintf(errormsg, sizeof(errormsg),
156
			snprintf(errormsg, sizeof(errormsg),
157
			    "Error while fetching %s: %s\n",
157
			    "Error while fetching %s: %s\n",

Return to bug 169748