better compat with older IM
in the ismagick() test
This commit is contained in:
parent
dc8555201d
commit
eaaa203f0a
@ -646,7 +646,11 @@ magick_set_magick_profile( Image *image,
|
|||||||
gboolean
|
gboolean
|
||||||
magick_ismagick( const unsigned char *bytes, size_t length )
|
magick_ismagick( const unsigned char *bytes, size_t length )
|
||||||
{
|
{
|
||||||
|
#ifdef HAVE_MAGICK7
|
||||||
char format[MagickPathExtent];
|
char format[MagickPathExtent];
|
||||||
|
#else /*HAVE_MAGICK6*/
|
||||||
|
char format[MaxTextExtent];
|
||||||
|
#endif
|
||||||
|
|
||||||
magick_genesis();
|
magick_genesis();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user