summaryrefslogtreecommitdiff
path: root/comms/scmxx/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'comms/scmxx/patches/patch-aa')
-rw-r--r--comms/scmxx/patches/patch-aa13
1 files changed, 0 insertions, 13 deletions
diff --git a/comms/scmxx/patches/patch-aa b/comms/scmxx/patches/patch-aa
deleted file mode 100644
index 1c2290565ea..00000000000
--- a/comms/scmxx/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.6 2003/09/08 14:17:20 wiz Exp $
-
---- src/s35_pbook.c.orig Mon Sep 8 15:56:36 2003
-+++ src/s35_pbook.c
-@@ -229,7 +229,7 @@ void send_pb_s35 (char* file, char* phon
- token[strlen(token)-1]=0;
- }
- entry_len=strlen(token);
-- wide_str=convert_to_internal(nl_langinfo(CODESET),token,entry_len);
-+ wide_str=convert_to_internal("char",token,entry_len);
- if (unicode) {
- token=convert_to_ucs2(wide_str);
- }