diff src/glyphs-eimage.c @ 388:aabb7f5b1c81 r21-2-9

Import from CVS: tag r21-2-9
author cvs
date Mon, 13 Aug 2007 11:09:42 +0200
parents 8626e4521993
children 74fd4e045ea6
line wrap: on
line diff
--- a/src/glyphs-eimage.c	Mon Aug 13 11:08:51 2007 +0200
+++ b/src/glyphs-eimage.c	Mon Aug 13 11:09:42 2007 +0200
@@ -689,7 +689,7 @@
 	if (interlace)
 	  if (row >= height) {
 	    row = InterlacedOffset[++pass];
-	    while (row > height)
+	    while (row >= height)
 	      row = InterlacedOffset[++pass];
 	  }
 	eip = unwind.eimage + (row * width * 3);