2013-09-26 17:14:40 +02:00

14 lines
338 B
Plaintext

$NetBSD: patch-ab,v 1.1 2004/01/24 10:00:29 jmmv Exp $
--- utf8.c.orig 1999-10-17 20:46:00.000000000 +0200
+++ utf8.c
@@ -173,7 +173,7 @@ unicode_get_charset_internal (char **a)
if (strcmp (charset, "UTF-8") == 0)
return 1;
}
-#elif CODESET
+#elif defined(CODESET)
charset = nl_langinfo(CODESET);
if (charset)
{