diff options
Diffstat (limited to 'WWW/Library/Implementation/HTParse.c')
-rw-r--r-- | WWW/Library/Implementation/HTParse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WWW/Library/Implementation/HTParse.c b/WWW/Library/Implementation/HTParse.c index c622eded..4f1f9378 100644 --- a/WWW/Library/Implementation/HTParse.c +++ b/WWW/Library/Implementation/HTParse.c @@ -1,5 +1,5 @@ /* - * $LynxId: HTParse.c,v 1.60 2010/08/25 09:17:08 tom Exp $ + * $LynxId: HTParse.c,v 1.62 2010/09/17 09:16:13 tom Exp $ * * Parse HyperText Document Address HTParse.c * ================================ @@ -298,7 +298,7 @@ static void convert_to_idna(char *host) } else { CTRACE((tfp, "convert_to_idna: `%s': %s\n", buffer, - idna_strerror(code))); + idna_strerror((Idna_rc) code))); } FREE(output); } |