summaryrefslogtreecommitdiff
path: root/www/mozilla/patches/patch-bn
blob: e72095eacad9209109f85aaf679d304275669af3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-bn,v 1.4 2004/01/17 00:04:49 taya Exp $

diff -ru ../Orig/mozilla/xpcom/io/nsNativeCharsetUtils.cpp ./xpcom/io/nsNativeCharsetUtils.cpp
--- ../Orig/mozilla/xpcom/io/nsNativeCharsetUtils.cpp	2004-01-08 10:25:56.000000000 +0900
+++ ./xpcom/io/nsNativeCharsetUtils.cpp	2004-01-16 23:17:54.000000000 +0900
@@ -294,7 +294,12 @@
 {
     const char  *blank_list[] = { "", NULL };
     const char **native_charset_list = blank_list;
+#ifdef CODESET
     const char  *native_charset = nl_langinfo(CODESET);
+#else
+    const char  *native_charset = nsnull;
+#endif
+
     if (native_charset == nsnull) {
         NS_ERROR("native charset is unknown");
         // fallback to ISO-8859-1