Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 248067
Collapse All | Expand All

(-)portage-utils-orig/qtbz2.c (-1 / +1 lines)
Lines 138-144 Link Here
138
	if (tbz2_stdout)
138
	if (tbz2_stdout)
139
		out = stdout;
139
		out = stdout;
140
	else if ((out = fopen(dst, "w")) == NULL)
140
	else if ((out = fopen(dst, "w")) == NULL)
141
		return;
141
		err("Cannot write to: %s", dst);
142
142
143
	do {
143
	do {
144
		this_write = fread(buffer, 1, _TBZ2_MIN(len, sizeof(buffer)), src);
144
		this_write = fread(buffer, 1, _TBZ2_MIN(len, sizeof(buffer)), src);

Return to bug 248067