From 681947234ee14ec72641a4e8b55dee3a72fc8af0 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Sat, 17 Mar 2012 16:19:38 +1100 Subject: [PATCH] Minor formatting improvement to delete misaligned %. --- libzpaq/libzpaq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libzpaq/libzpaq.h b/libzpaq/libzpaq.h index b10bf71..0ebbb87 100644 --- a/libzpaq/libzpaq.h +++ b/libzpaq/libzpaq.h @@ -473,7 +473,7 @@ struct bufRead: public libzpaq::Reader { fprintf(msgout, "\r\t\t\t\tZPAQ\t"); for (i = 0; i < thread; i++) fprintf(msgout, "\t"); - fprintf(msgout, "%ld: %i%% \r", + fprintf(msgout, "%ld: %i%% \r", thread + 1, pct); fflush(msgout); *last_pct = pct;