[Pkg-wmaker-commits] [wmbubble] 32/207: Clean up silly warning.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Aug 24 04:17:57 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 7e56666f051d0b883c0159048cfb608a1e323142
Author: Robert Jacobs <rnjacobs at mit.edu>
Date:   Tue Jul 26 22:36:23 2011 -0700

    Clean up silly warning.
---
 bubblemon.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bubblemon.c b/bubblemon.c
index ad5e4e7..2ad9f9a 100644
--- a/bubblemon.c
+++ b/bubblemon.c
@@ -1187,8 +1187,9 @@ static void realtime_alpha_blend_of_cpu_usage(int cpu, int proximity) {
 			pos = (y + POSY) * BOX_SIZE * 3 + (POSX * 3);
 			bob = 75;		/* 25 * 3 */
 			while (bob--) {
-				bm.rgb_buf[pos++] =
+				bm.rgb_buf[pos] =
 					(blend * bm.rgb_buf[pos] + (256 - blend) * *kitptr++) >> 8;
+				pos++;
 			}
 		}
 	}

-- 
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