colors

extract colors from pictures
git clone git://git.2f30.org/colors
Log | Files | Refs | README | LICENSE

commit 19e748df53ef3658616853047cc3f59303ed5c28
parent 9397ccddc296f69bb2e159313383dcf646f258b3
Author: sin <sin@2f30.org>
Date:   Sat,  6 Jun 2015 10:45:09 +0100

Initialize point

Diffstat:
Mcolors.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/colors.c b/colors.c @@ -117,7 +117,7 @@ struct hue { struct point hueselect(int i) { - struct point p; + struct point p = { 0 }; struct hue h; int idx, mod;