1
0
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:
Saint Xavier 2008-07-24 14:34:48 +02:00
parent 3ae04f5fe4
commit 8c513ef487

View File

@ -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)