tftp: do not show progress bar if we get error right away. +13 bytes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@ -1490,6 +1490,7 @@ typedef struct bb_progress_t {
|
||||
off_t lastsize;
|
||||
unsigned lastupdate_sec;
|
||||
unsigned start_sec;
|
||||
smallint inited;
|
||||
} bb_progress_t;
|
||||
|
||||
void bb_progress_init(bb_progress_t *p) FAST_FUNC;
|
||||
|
Reference in New Issue
Block a user