wget-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Wget-dev] wget2 | * libwget/bar.c: Don't print zero as speed when w


From: DalmeGNU
Subject: Re: [Wget-dev] wget2 | * libwget/bar.c: Don't print zero as speed when we can't calculate it (39de30bd)
Date: Sat, 23 Jun 2018 06:10:24 +0000

DalmeGNU commented on a discussion on libwget/bar.c:

>                       SReport->last_redraw_time = cur_time;
>               }
>               else if (!SReport->total_time)
> -                     human_readable_speed = 
> wget_human_readable(SReport->speed_buf, sizeof(SReport->speed_buf), 0);
> +                     human_readable_speed = memcpy(SReport->speed_buf, 
> "-.-\0", 4);

Done ;-)

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.com/gnuwget/wget2/commit/39de30bd81e4c8c9afefebe626eff8b8f73514bd#note_83603228
You're receiving this email because of your account on gitlab.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]