From 8be1182c3828bb7135d79c90be620a4a61dac75e Mon Sep 17 00:00:00 2001 From: cristy Date: Sat, 4 Jul 2015 13:12:49 +0000 Subject: [PATCH] --- coders/pict.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/coders/pict.c b/coders/pict.c index 11d747556..b86272aa5 100644 --- a/coders/pict.c +++ b/coders/pict.c @@ -1357,8 +1357,6 @@ static Image *ReadPICTImage(const ImageInfo *image_info, /* Skip to next op code. */ - if (code < 0) - break; if (codes[code].length == -1) (void) ReadBlobMSBShort(image); else -- 2.50.0