mirror of
https://github.com/mirror/wget.git
synced 2026-09-02 21:07:53 +08:00
Fix numbers of arguments of the no-op macro idn_encode()
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user