From 46dddf44f7e1d087d1fc696fa744a2e52df60402 Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 1 Nov 2012 19:33:19 +0000 Subject: Add missing return value. --- chat/xaric/distinfo | 3 ++- chat/xaric/patches/patch-source_window.c | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 chat/xaric/patches/patch-source_window.c (limited to 'chat') diff --git a/chat/xaric/distinfo b/chat/xaric/distinfo index 937ebfd1524..dd34603e53e 100644 --- a/chat/xaric/distinfo +++ b/chat/xaric/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2012/02/16 16:13:51 hans Exp $ +$NetBSD: distinfo,v 1.8 2012/11/01 19:33:19 joerg Exp $ SHA1 (xaric-0.12.1.tar.gz) = d01fc8d8189e18f3824cdccb539a97c1862ecdbe RMD160 (xaric-0.12.1.tar.gz) = b78cd4496510642a967b1d173e150d3cbe836b5c @@ -8,3 +8,4 @@ SHA1 (patch-aa) = 25948e1723987bf93f713895d6f8ac5d23a1e404 SHA1 (patch-ab) = 33e89f44a22ed2ad3b14546e9f669013eb503ddd SHA1 (patch-source_iflist.c) = bb5d38525bbf45caeaf04ce3ac88196ba2001e6f SHA1 (patch-source_ircterm.c) = a9350d030d3c9312df13af0a1826edc1755e784e +SHA1 (patch-source_window.c) = ff92117c115a741f6d4cb605315cb04187a01c28 diff --git a/chat/xaric/patches/patch-source_window.c b/chat/xaric/patches/patch-source_window.c new file mode 100644 index 00000000000..ef17936200a --- /dev/null +++ b/chat/xaric/patches/patch-source_window.c @@ -0,0 +1,13 @@ +$NetBSD: patch-source_window.c,v 1.1 2012/11/01 19:33:19 joerg Exp $ + +--- source/window.c.orig 2012-10-30 21:45:57.000000000 +0000 ++++ source/window.c +@@ -1077,7 +1077,7 @@ show_window (Window * window) + { + if (window->visible) { + set_current_window (window); +- return; ++ return 0; + } + remove_from_invisible_list (window); + if (add_to_window_list (window)) { -- cgit v1.2.3