diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-24 15:01:38 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-24 15:01:38 +0200 |
commit | 1cdf2e2c8aba5b396e75453e921a2a2d84b1a73e (patch) | |
tree | 837c6fddc61c2a9f94f05e9ea1d55a02032b6e42 /package/mc/patches/patch-lib_tty_tty-ncurses_c | |
parent | 4c8b86bed3e95ecca710dab16d9ae749d63b9281 (diff) |
update mc, enable ssh2 support
Diffstat (limited to 'package/mc/patches/patch-lib_tty_tty-ncurses_c')
-rw-r--r-- | package/mc/patches/patch-lib_tty_tty-ncurses_c | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/package/mc/patches/patch-lib_tty_tty-ncurses_c b/package/mc/patches/patch-lib_tty_tty-ncurses_c deleted file mode 100644 index 5058bd79e..000000000 --- a/package/mc/patches/patch-lib_tty_tty-ncurses_c +++ /dev/null @@ -1,27 +0,0 @@ ---- mc-4.8.11.orig/lib/tty/tty-ncurses.c 2013-11-29 19:27:07.000000000 +0100 -+++ mc-4.8.11/lib/tty/tty-ncurses.c 2014-02-12 12:40:05.000000000 +0100 -@@ -65,7 +65,7 @@ - - /*** file scope macro definitions ****************************************************************/ - --#if defined(_AIX) && !defined(CTRL) -+#if !defined(CTRL) - #define CTRL(x) ((x) & 0x1f) - #endif - -@@ -530,6 +530,7 @@ tty_print_anychar (int c) - if (mc_global.utf8_display || c > 255) - { - int res; -+ unsigned char str[UTF8_CHAR_LEN + 1]; - - res = g_unichar_to_utf8 (c, (char *) str); - if (res == 0) -@@ -540,7 +541,6 @@ tty_print_anychar (int c) - } - else - { -- unsigned char str[UTF8_CHAR_LEN + 1]; - const char *s; - - str[res] = '\0'; |