From 64efe16aa719499095392571e2003ec74d0300f9 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 17 Jun 2011 16:15:43 +0200 Subject: Count properly (again) --- src/partialator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/partialator.c') diff --git a/src/partialator.c b/src/partialator.c index 31c17f63..9bb41c1d 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -117,7 +117,7 @@ static void done_image(void *vqargs, void *task) qargs->n_done++; - progress_bar(qargs->n_done+1, qargs->n_total_patterns, "Refining"); + progress_bar(qargs->n_done, qargs->n_total_patterns, "Refining"); free(task); } -- cgit v1.2.3