From 66ef28e66aafe319ef6fe5e85cc03ee00762d142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz=20=28arab=2C=20vx?= =?UTF-8?q?p=29?= Date: Sat, 10 Sep 2016 14:46:02 +0200 Subject: Fixes mc v4.8.17 and vim v7.4.1952. --- vim-7.4.1952.local.patch | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 vim-7.4.1952.local.patch (limited to 'vim-7.4.1952.local.patch') diff --git a/vim-7.4.1952.local.patch b/vim-7.4.1952.local.patch new file mode 100644 index 00000000..53af8edd --- /dev/null +++ b/vim-7.4.1952.local.patch @@ -0,0 +1,9 @@ +--- vim-7.4.1952/src/osdef2.h.in.orig 2016-06-21 23:42:20.000000000 +0200 ++++ vim-7.4.1952/src/osdef2.h.in 2016-09-06 18:33:43.655518796 +0200 +@@ -92,5 +92,5 @@ + extern int _Xmblen(char const *, size_t); + #else + /* This is different from the header but matches mblen() */ +-extern int _Xmblen(char *, size_t); ++extern int _Xmblen(char *, int); + #endif -- cgit v1.2.3