From 8c513ef48725f2091baecb30717b178f3337b442 Mon Sep 17 00:00:00 2001 From: Saint Xavier Date: Thu, 24 Jul 2008 14:34:48 +0200 Subject: [PATCH] Fix numbers of arguments of the no-op macro idn_encode() --- src/iri.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iri.h b/src/iri.h index 173d0656..cdc5c7fd 100644 --- a/src/iri.h +++ b/src/iri.h @@ -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) -- 2.39.2