diff options
Diffstat (limited to 'src/image.c')
| -rw-r--r-- | src/image.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/image.c b/src/image.c index 86780c62a0b..ca2ef67c0b9 100644 --- a/src/image.c +++ b/src/image.c | |||
| @@ -7571,10 +7571,7 @@ gif_load (struct frame *f, struct image *img) | |||
| 7571 | y++, row += interlace_increment[pass]) | 7571 | y++, row += interlace_increment[pass]) |
| 7572 | { | 7572 | { |
| 7573 | while (subimg_height <= row) | 7573 | while (subimg_height <= row) |
| 7574 | { | 7574 | row = interlace_start[++pass]; |
| 7575 | assume (pass < 3); | ||
| 7576 | row = interlace_start[++pass]; | ||
| 7577 | } | ||
| 7578 | 7575 | ||
| 7579 | for (x = 0; x < subimg_width; x++) | 7576 | for (x = 0; x < subimg_width; x++) |
| 7580 | { | 7577 | { |