mirror of
https://github.com/mirror/wget.git
synced 2025-04-05 09:00:41 +08:00
Fix numbers of arguments of the no-op macro idn_encode()
This commit is contained in:
parent
3ae04f5fe4
commit
8c513ef487
@ -58,7 +58,7 @@ struct iri dummy_iri;
|
||||
#define find_locale() NULL
|
||||
#define check_encoding_name(str) false
|
||||
#define locale_to_utf8(str) (str)
|
||||
#define idn_encode(a,b,c) NULL
|
||||
#define idn_encode(a,b) NULL
|
||||
#define idn_decode(str) NULL
|
||||
#define remote_to_utf8(a,b,c) false
|
||||
#define iri_new() (&dummy_iri)
|
||||
|
Loading…
Reference in New Issue
Block a user