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: Fri, 22 Mar 2019 07:58:59 +0000



Tim Rühsen commented on a 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))) {

Didn't we agree on 120 chars per line !? With 21" monitors, there is enough 
horizontal space. At the same time, vertical space didn't increase much since 
1990.

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




reply via email to

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