diff src/glyphs-eimage.c @ 357:4711e16a8e49 r21-1-8

Import from CVS: tag r21-1-8
author cvs
date Mon, 13 Aug 2007 10:57:04 +0200
parents 512e409c26a2
children cc15677e0335
line wrap: on
line diff
--- a/src/glyphs-eimage.c	Mon Aug 13 10:56:23 2007 +0200
+++ b/src/glyphs-eimage.c	Mon Aug 13 10:57:04 2007 +0200
@@ -701,7 +701,7 @@
 	if (interlace)
 	  if (row >= height) {
 	    row = InterlacedOffset[++pass];
-	    while (row > height) 
+	    while (row >= height) 
 	      row = InterlacedOffset[++pass];
 	  }
 	eip = unwind.eimage + (row * width * 3);