Changeset 491
- Timestamp:
- 10/27/09 07:11:11 (4 weeks ago)
- Files:
-
- 1 modified
-
ImageMagick/trunk/coders/png.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ImageMagick/trunk/coders/png.c
r460 r491 1755 1755 " exit ReadOnePNGImage() with error."); 1756 1756 if (image != (Image *) NULL) 1757 { 1758 if (image->exception.severity > exception->severity) 1759 InheritException(exception,&image->exception); 1760 image->columns=0; 1761 } 1757 image->columns=0; 1762 1758 return(GetFirstImageInList(image)); 1763 1759 } … … 2290 2286 " exit ReadOnePNGImage() with error."); 2291 2287 if (image != (Image *) NULL) 2292 { 2293 if (image->exception.severity > exception->severity) 2294 InheritException(exception,&image->exception); 2295 image->columns=0; 2296 } 2288 image->columns=0; 2297 2289 return(GetFirstImageInList(image)); 2298 2290 }
