wget-dev
[Top][All Lists]
Advanced

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

Re: wget2 | Draft: Small fixes (!505)


From: @rockdaboot
Subject: Re: wget2 | Draft: Small fixes (!505)
Date: Mon, 25 Apr 2022 19:08:41 +0000



Tim Rühsen commented on a discussion on src/job.c: 
https://gitlab.com/gnuwget/wget2/-/merge_requests/505#note_923356148

>  
>  void job_create_parts(JOB *job)
>  {
> -     PART part;
> +     PART part = {0};

memset() will normally be inlined, so there should be no additional overhead.

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




reply via email to

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