mirror of
https://github.com/ImageMagick/ImageMagick.git
synced 2026-06-12 15:37:14 +02:00
fix lint issues
This commit is contained in:
+1
-1
@@ -786,7 +786,7 @@ static Image *ReadMPCImage(const ImageInfo *image_info,ExceptionInfo *exception)
|
||||
(image->compression == UndefinedCompression) ||
|
||||
(image->columns == 0) || (image->rows == 0) ||
|
||||
(image->number_channels > MaxPixelChannels) ||
|
||||
(image->number_meta_channels > (MaxPixelChannels-MetaPixelChannels)) ||
|
||||
(image->number_meta_channels > (size_t) (MaxPixelChannels-MetaPixelChannels)) ||
|
||||
((image->number_channels+image->number_meta_channels) >= MaxPixelChannels) ||
|
||||
(image->depth == 0) || (image->depth > 64))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user