wget-dev
[Top][All Lists]
Advanced

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

Re: wget2 | Small fixes (!505)


From: @rockdaboot
Subject: Re: wget2 | Small fixes (!505)
Date: Sun, 24 Apr 2022 18:57:47 +0000



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

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

I didn't zero `part` so that an early return is faster.

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




reply via email to

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