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

Collapse All | Expand All

(-)tmp/progressmeter.c.orig (-3 / +5 lines)
Lines 241-249 Link Here
241
	if (can_output())
241
	if (can_output())
242
		refresh_progress_meter();
242
		refresh_progress_meter();
243
243
244
	signal(SIGALRM, update_progress_meter);
244
	if (cur_pos < end_pos) {
245
	alarm(UPDATE_INTERVAL);
245
		signal(SIGALRM, update_progress_meter);
246
	errno = save_errno;
246
		alarm(UPDATE_INTERVAL);
247
		errno = save_errno;
248
	}
247
}
249
}
248
250
249
void
251
void

Return to bug 2783