wget-dev
[Top][All Lists]
Advanced

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

[Wget-dev] wget2 | WGET_GPG_* errors don't belong in libwget/error.c (#4


From: Darshit Shah
Subject: [Wget-dev] wget2 | WGET_GPG_* errors don't belong in libwget/error.c (#474)
Date: Fri, 13 Sep 2019 21:34:42 +0000


Darshit Shah created an issue: https://gitlab.com/gnuwget/wget2/issues/474



```
Index File    Line Content
    0 error.c   53 case WGET_E_GPG_DISABLED: return _("Wget has been built 
without GPG support");
    1 error.c   54 case WGET_E_GPG_VER_FAIL: return _("GPG signature is bad");
    2 error.c   55 case WGET_E_GPG_VER_ERR: return _("GPG error");
```

These symbols are purely Wget2 and don't belong in the library. Extract them 
out and put them in src/ in their right place

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




reply via email to

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