diff options
author | Renato Botelho <garga@FreeBSD.org> | 2009-12-15 10:07:48 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2009-12-15 10:07:48 +0000 |
commit | 0a3e043b5f17a619d86b11abef6f48614e96682b (patch) | |
tree | e86e4e83e05b5791b746f74982c993288505746d /editors/jed/files/patch-src_misc.c | |
parent | Update to 2.2.2 (diff) |
Update to 0.99.19
Diffstat (limited to '')
-rw-r--r-- | editors/jed/files/patch-src_misc.c | 8 |
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; |