summaryrefslogtreecommitdiff
path: root/package/weechat/patches/patch-src_gui_gui-completion_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-11-07 16:55:29 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-11-07 16:55:29 +0100
commitf3bea317e2a6ec0c7a9d1e14c66b5a31f1fb8294 (patch)
tree41e94b1dd24f6e3491689d863409e51e605b40d4 /package/weechat/patches/patch-src_gui_gui-completion_c
parentb59da8fc7b46ee62cbe9eb97a05c8a0f1ab75593 (diff)
parent79be206de9335752c6355995961b69846c641410 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/weechat/patches/patch-src_gui_gui-completion_c')
-rw-r--r--package/weechat/patches/patch-src_gui_gui-completion_c11
1 files changed, 0 insertions, 11 deletions
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,