[Pkg-wmaker-commits] [wmbubble] 183/207: It turns out that xx needs to remain a signed int; otherwise we get a segfault.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Aug 24 04:18:31 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmbubble.

commit cb0e914c6331e26c182bf5c23b01852bdfd3101a
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Sun Nov 30 23:11:13 2014 -0600

    It turns out that xx needs to remain a signed int; otherwise we get a segfault.
---
 bubblemon.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bubblemon.c b/bubblemon.c
index 50f9dd3..d3ea532 100644
--- a/bubblemon.c
+++ b/bubblemon.c
@@ -610,7 +610,8 @@ int get_screen_selection(void) {
 }
 
 void make_new_bubblemon_dockapp(void) {
-	unsigned int cc, xx, yy, maxwidth;
+	unsigned int cc, yy, maxwidth;
+	int xx;
 	/* We begin with zero bubbles */
 	bm.n_bubbles = 0;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbubble.git



More information about the Pkg-wmaker-commits mailing list