summaryrefslogtreecommitdiffstats
path: root/source/ap/jed/jed.multibyte.diff
diff options
context:
space:
mode:
Diffstat (limited to 'source/ap/jed/jed.multibyte.diff')
-rw-r--r--source/ap/jed/jed.multibyte.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/source/ap/jed/jed.multibyte.diff b/source/ap/jed/jed.multibyte.diff
new file mode 100644
index 000000000..266fece72
--- /dev/null
+++ b/source/ap/jed/jed.multibyte.diff
@@ -0,0 +1,11 @@
+--- ./src/misc.c.orig 2006-03-04 01:55:05.000000000 -0600
++++ ./src/misc.c 2006-06-25 23:14:32.000000000 -0500
+@@ -741,7 +741,7 @@
+
+ void jed_ungetkey_wchar (SLwchar_Type wc)
+ {
+- SLuchar_Type *b, buf[SLUTF8_MAX_MBLEN];
++ SLuchar_Type *b, buf[JED_MAX_MULTIBYTE_SIZE];
+
+ if (NULL == (b = jed_wchar_to_multibyte (wc, buf)))
+ return;