update.
[chise/xemacs-chise.git-] / src / glyphs-eimage.c
index 7e58f9c..6b80c82 100644 (file)
@@ -689,7 +689,7 @@ gif_instantiate (Lisp_Object image_instance, Lisp_Object instantiator,
        if (interlace)
          if (row >= height) {
            row = InterlacedOffset[++pass];
-           while (row > height)
+           while (row >= height)
              row = InterlacedOffset[++pass];
          }
        eip = unwind.eimage + (row * width * 3);