From 421f9d1685b4b7d286b5929489a0d95139c6ecce Mon Sep 17 00:00:00 2001 From: Alex Riesen Date: Wed, 23 May 2007 18:07:25 +0200 Subject: Fix the progress code to output LF only when it is really needed Signed-off-by: Alex Riesen Signed-off-by: Junio C Hamano --- progress.h | 1 + 1 file changed, 1 insertion(+) (limited to 'progress.h') diff --git a/progress.h b/progress.h index 5ae1a89e5a..a7c17ca7c4 100644 --- a/progress.h +++ b/progress.h @@ -8,6 +8,7 @@ struct progress { unsigned delay; unsigned delayed_percent_treshold; const char *delayed_title; + int need_lf; }; int display_progress(struct progress *progress, unsigned n); -- cgit v1.2.3