From 048f67743435770ed358a9d79323c0a4e04d8c68 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 7 Nov 2013 10:44:52 +0100 Subject: update weechat to latest upstream, fix compile --- package/weechat/patches/patch-src_gui_gui-completion_c | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 package/weechat/patches/patch-src_gui_gui-completion_c (limited to 'package/weechat/patches/patch-src_gui_gui-completion_c') diff --git a/package/weechat/patches/patch-src_gui_gui-completion_c b/package/weechat/patches/patch-src_gui_gui-completion_c deleted file mode 100644 index b1601a13e..000000000 --- a/package/weechat/patches/patch-src_gui_gui-completion_c +++ /dev/null @@ -1,11 +0,0 @@ ---- weechat-0.3.2.orig/src/gui/gui-completion.c 2010-04-08 16:05:14.000000000 +0200 -+++ weechat-0.3.2/src/gui/gui-completion.c 2010-07-15 16:41:35.415870907 +0200 -@@ -1658,7 +1658,7 @@ gui_completion_build_list (struct t_gui_ - } - if (repeat_last) - { -- pos_space = rindex (HOOK_COMMAND(ptr_hook, completion), ' '); -+ pos_space = strrchr (HOOK_COMMAND(ptr_hook, completion), ' '); - gui_completion_build_list_template (completion, - (pos_space) ? - pos_space + 1 : HOOK_COMMAND(ptr_hook, -- cgit v1.2.3