commit | 19a3940f15d60af7781fc294eae123c64e88ae71 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Tue Jun 13 17:10:26 2006 +0000 |
committer | Rob Landley <rob@landley.net> | Tue Jun 13 17:10:26 2006 +0000 |
tree | d0503dea659823700cd6199e95f30a5305c29cdb | |
parent | 76ef08c5e3349accfe6f10a97def7c7f7e85c0ad [diff] |
Patch from Denis Vlasenko: * Rename a var: statbytes -> transferred * cursize == transferred, always. Nuke cursize. * Make progressmeter() a nop if !CONFIG_FEATURE_WGET_STATUSBAR (reduces #ifdef forest) * double elapsed -> int elapsed * Do not sprintf to buf first and then write(STDERR) it, just fprintf directly to stderr * Progress bar printing code made smaller * Style fixes