mirror of
https://github.com/ImageMagick/ImageMagick.git
synced 2026-05-31 11:18:42 +02:00
This commit is contained in:
+1
-1
@@ -94,7 +94,7 @@ static MagickBooleanType
|
||||
*/
|
||||
static MagickBooleanType IsHTML(const unsigned char *magick,const size_t length)
|
||||
{
|
||||
if (length < 5)
|
||||
if (length < 6)
|
||||
return(MagickFalse);
|
||||
if (LocaleNCompare((char *) magick+1,"html",5) == 0)
|
||||
return(MagickTrue);
|
||||
|
||||
Reference in New Issue
Block a user