diff src/imgproc.c @ 272:c5d627a313b1 r21-0b34

Import from CVS: tag r21-0b34
author cvs
date Mon, 13 Aug 2007 10:28:48 +0200
parents b2472a1930f2
children 8626e4521993
line wrap: on
line diff
--- a/src/imgproc.c	Mon Aug 13 10:27:41 2007 +0200
+++ b/src/imgproc.c	Mon Aug 13 10:28:48 2007 +0200
@@ -201,7 +201,7 @@
 splitbox(quant_table *qt, Colorbox* ptr)
 {
   int		hist2[B_LEN];
-  int		first, last;
+  int		first = 0, last = 0;
   register Colorbox	*new;
   register int	*iptr, *histp;
   register int	i, j;