mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04: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 find_locale() NULL
|
||||||
#define check_encoding_name(str) false
|
#define check_encoding_name(str) false
|
||||||
#define locale_to_utf8(str) (str)
|
#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 idn_decode(str) NULL
|
||||||
#define remote_to_utf8(a,b,c) false
|
#define remote_to_utf8(a,b,c) false
|
||||||
#define iri_new() (&dummy_iri)
|
#define iri_new() (&dummy_iri)
|
||||||
|
Loading…
Reference in New Issue
Block a user