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 /getbnbook.c | |
| parent | ec97e172ab11d411b3a320bcb3e57d201d459eec (diff) | |
Add a progress bar to the gui
Diffstat (limited to 'getbnbook.c')
| -rw-r--r-- | getbnbook.c | 1 | 
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)) { | 
