Changeset 491

Show
Ignore:
Timestamp:
10/27/09 07:11:11 (4 weeks ago)
Author:
cristy
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ImageMagick/trunk/coders/png.c

    r460 r491  
    17551755          "  exit ReadOnePNGImage() with error."); 
    17561756      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; 
    17621758      return(GetFirstImageInList(image)); 
    17631759    } 
     
    22902286          "  exit ReadOnePNGImage() with error."); 
    22912287      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; 
    22972289      return(GetFirstImageInList(image)); 
    22982290    }