wget-dev
[Top][All Lists]
Advanced

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

Re: [Wget-dev] wget2 | Fix for -p -nc Bug (!416)


From: Tim Rühsen
Subject: Re: [Wget-dev] wget2 | Fix for -p -nc Bug (!416)
Date: Thu, 21 Mar 2019 08:40:56 +0000



Tim Rühsen started a new discussion on src/wget.c:

>               if (oflag == O_TRUNC)
>                       flag = O_TRUNC;
>       } else if (!config.clobber || (config.recursive && config.directories)) 
> {
> -             if (oflag == O_TRUNC && !(config.recursive && 
> config.directories))
> +             if (oflag == O_TRUNC && (!(config.recursive && 
> config.directories) || (config.page_requisites && !config.clobber))){

Please add a space before '{' (there are some more places). Also between '}' 
and 'else'.

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




reply via email to

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