diff options
author | Nick White <git@njw.me.uk> | 2012-08-18 17:40:43 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2012-08-18 17:40:43 +0100 |
commit | d018b3d5034035caadb2f9ed1084bc44bda17620 (patch) | |
tree | c7ccd5fee5e5f52c4efe0809c45dc6f757c9ca4e /getgbook.c | |
parent | ec97e172ab11d411b3a320bcb3e57d201d459eec (diff) |
Add a progress bar to the gui
Diffstat (limited to 'getgbook.c')
-rw-r--r-- | getgbook.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)) { |