Skip to content

Commit

Permalink
eliminate compiler exception
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Feb 16, 2025
1 parent 4761dcb commit fd30fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coders/heic.c
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ static Image *ReadHEICImage(const ImageInfo *image_info,
GetMagickResourceLimit(HeightResource)),INT_MAX);
#if LIBHEIF_NUMERIC_VERSION >= HEIC_COMPUTE_NUMERIC_VERSION(1,19,0)
if (max_size != INT_MAX)
heif_context_set_maximum_image_size_limit(heif_context,max_size);'
heif_context_set_maximum_image_size_limit(heif_context,max_size);
#endif
error=heif_context_read_from_file(heif_context,image->filename,
(const struct heif_reading_options *) NULL);
Expand Down

0 comments on commit fd30fcb

Please sign in to comment.