Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
cristy committed Dec 27, 2014
1 parent dca560a commit 2cf7bfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
2014-12-27 6.9.0-2 Cristy <quetzlzacatenango@image...>
* New version 6.9.0-2, SVN revision 17465.
* New version 6.9.0-2, SVN revision 17466.

2014-12-14 6.9.0-1 Dirk Lemstra <dirk@snakeware...>
* Added support for reading EXR files to the Windows distribution.
Expand Down
3 changes: 2 additions & 1 deletion magick/image.c
Original file line number Diff line number Diff line change
Expand Up @@ -2578,7 +2578,8 @@ MagickExport MagickBooleanType SetImageInfo(ImageInfo *image_info,
}
}
*extension='\0';
GetPathComponent(image_info->filename,ExtensionPath,extension);
if (*image_info->magick == '\0')
GetPathComponent(image_info->filename,ExtensionPath,extension);
#if defined(MAGICKCORE_ZLIB_DELEGATE)
if (*extension != '\0')
if ((LocaleCompare(extension,"gz") == 0) ||
Expand Down

0 comments on commit 2cf7bfe

Please sign in to comment.