wget-dev
[Top][All Lists]
Advanced

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

Re: [Wget-dev] wget2 | Fix for --stats-all not working (!419)


From: Tim Rühsen
Subject: Re: [Wget-dev] wget2 | Fix for --stats-all not working (!419)
Date: Tue, 16 Apr 2019 08:56:03 +0000



Tim Rühsen started a new discussion on src/options.c: 
https://gitlab.com/gnuwget/wget2/merge_requests/419#note_161218887

>  
>  static int parse_stats_all(option_t opt, const char *val, G_GNUC_WGET_UNUSED 
> const char invert)
>  {
> +    if (opt->args == -1 && !val)

You also need a `&& !invert`, so that `--no-stats-all` still works.

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




reply via email to

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