summaryrefslogtreecommitdiff
path: root/getgbook.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 /getgbook.c
parentec97e172ab11d411b3a320bcb3e57d201d459eec (diff)
Add a progress bar to the gui
Diffstat (limited to 'getgbook.c')
-rw-r--r--getgbook.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/getgbook.c b/getgbook.c
index b869b7f..6f2342a 100644
--- a/getgbook.c
+++ b/getgbook.c
@@ -214,6 +214,7 @@ int main(int argc, char *argv[])
}
searchpage(pages[i]);
getpage(pages[i]);
+ printf("%.0f%% done\n", (float)i / (float)numpages * 100);
}
} else if(argv[1][0] == '-') {
while(fgets(buf, BUFSIZ, stdin)) {