pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/xaric Add missing return value.
details: https://anonhg.NetBSD.org/pkgsrc/rev/285390456bd3
branches: trunk
changeset: 610636:285390456bd3
user: joerg <joerg%pkgsrc.org@localhost>
date: Thu Nov 01 19:33:19 2012 +0000
description:
Add missing return value.
diffstat:
chat/xaric/distinfo | 3 ++-
chat/xaric/patches/patch-source_window.c | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r 221c7893621a -r 285390456bd3 chat/xaric/distinfo
--- a/chat/xaric/distinfo Thu Nov 01 19:32:44 2012 +0000
+++ b/chat/xaric/distinfo Thu Nov 01 19:33:19 2012 +0000
@@ -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-ab) = 33e89f44a22ed2ad3b14546e9f669013eb503ddd
SHA1 (patch-source_iflist.c) = bb5d38525bbf45caeaf04ce3ac88196ba2001e6f
SHA1 (patch-source_ircterm.c) = a9350d030d3c9312df13af0a1826edc1755e784e
+SHA1 (patch-source_window.c) = ff92117c115a741f6d4cb605315cb04187a01c28
diff -r 221c7893621a -r 285390456bd3 chat/xaric/patches/patch-source_window.c
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/xaric/patches/patch-source_window.c Thu Nov 01 19:33:19 2012 +0000
@@ -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)) {
Home |
Main Index |
Thread Index |
Old Index