diff options
Diffstat (limited to 'source/ap/jed/jed.multibyte.diff')
-rw-r--r-- | source/ap/jed/jed.multibyte.diff | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/source/ap/jed/jed.multibyte.diff b/source/ap/jed/jed.multibyte.diff deleted file mode 100644 index 266fece7..00000000 --- a/source/ap/jed/jed.multibyte.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- ./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; |