summaryrefslogtreecommitdiff
path: root/editors/jed/files/patch-src_misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'editors/jed/files/patch-src_misc.c')
-rw-r--r--editors/jed/files/patch-src_misc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/jed/files/patch-src_misc.c b/editors/jed/files/patch-src_misc.c
index 3ae13f40bde9..c2d906599b1b 100644
--- a/editors/jed/files/patch-src_misc.c
+++ b/editors/jed/files/patch-src_misc.c
@@ -1,11 +1,11 @@
---- src/misc.c.orig Mon Apr 3 09:05:53 2006
-+++ src/misc.c Mon Apr 3 09:05:05 2006
-@@ -741,12 +741,14 @@
+--- src/misc.c.orig 2009-12-14 00:12:55.000000000 -0200
++++ src/misc.c 2009-12-14 15:12:53.000000000 -0200
+@@ -769,12 +769,14 @@
void jed_ungetkey_wchar (SLwchar_Type wc)
{
+#if JED_HAS_UTF8_SUPPORT
- 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;