X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fglyphs-eimage.c;h=6b80c82f977c15a38d0d54f49c4d57ff568a9ec6;hb=280624d95d3fd2fdee5e852a92cdb7457736cba8;hp=7e58f9cef0a8a483d9d44cdb7112550056726d8d;hpb=77dcef404dc78635f6ffa8f71a803d2bc7cc8921;p=chise%2Fxemacs-chise.git- diff --git a/src/glyphs-eimage.c b/src/glyphs-eimage.c index 7e58f9c..6b80c82 100644 --- a/src/glyphs-eimage.c +++ b/src/glyphs-eimage.c @@ -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);