summaryrefslogtreecommitdiff
path: root/getbnbook.c
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2012-08-18 17:40:43 +0100
committerNick White <git@njw.me.uk>2012-08-18 17:40:43 +0100
commitd018b3d5034035caadb2f9ed1084bc44bda17620 (patch)
treec7ccd5fee5e5f52c4efe0809c45dc6f757c9ca4e /getbnbook.c
parentec97e172ab11d411b3a320bcb3e57d201d459eec (diff)
Add a progress bar to the gui
Diffstat (limited to 'getbnbook.c')
-rw-r--r--getbnbook.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/getbnbook.c b/getbnbook.c
index a10d98e..6fa247f 100644
--- a/getbnbook.c
+++ b/getbnbook.c
@@ -136,6 +136,7 @@ int main(int argc, char *argv[])
continue;
}
getpage(pages[i]);
+ printf("%.0f%% done\n", (float)i / (float)numpages * 100);
}
} else if(argv[1][0] == '-' && argv[1][1] == 'n') {
while(fgets(buf, BUFSIZ, stdin)) {