wget: fix ndelay_on call; progress bar: small shrink

function                                             old     new   delta
bb_progress_update                                   682     670     -12

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2010-08-08 04:21:50 +02:00
parent 64f2ba276c
commit da0df47f24
2 changed files with 13 additions and 13 deletions

View File

@@ -455,7 +455,7 @@ static void NOINLINE retrieve_file_data(FILE *dfp, int output_fd)
polldata.fd = fileno(dfp);
polldata.events = POLLIN | POLLPRI;
ndelay(polldata.fd);
ndelay_on(polldata.fd);
#endif
progress_meter(PROGRESS_START);