wget-dev
[Top][All Lists]
Advanced

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

Re: [Wget-dev] wget2 | Follow XDG Base Directory Specification (!415)


From: Tim Rühsen
Subject: Re: [Wget-dev] wget2 | Follow XDG Base Directory Specification (!415)
Date: Sun, 17 Feb 2019 10:36:58 +0000

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

>       return ret;
>  }
>  
> -static int read_config(void)
> +static bool read_config(void)
>  {
> -     int ret = 0;
> +     int ret = true;

Change to bool type

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


reply via email to

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