Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37750800
en ru br
ALT Linux repos
S:0.99.19-alt2.qa2.2
5.0: 0.99.18-alt3
4.1: 0.99.18-alt1
4.0: 0.99.18-alt1
3.0: 0.99.16-alt2

Group :: Editors
RPM: jed

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: jed-0.99-18-slutf8.patch
Download


diff -ubr jed-0.99-18/src/misc.c jed-0.99-18/src/misc.my.c
--- jed-0.99-18/src/misc.c	2006-03-04 10:55:05 +0300
+++ jed-0.99-18/src/misc.my.c	2006-12-28 14:34:12 +0300
@@ -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;
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin