]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Tue, 10 Feb 2015 22:47:03 +0000 (22:47 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Tue, 10 Feb 2015 22:47:03 +0000 (22:47 +0000)
MagickCore/method-attribute.h

index babfbf3d05f97fd319d7ddee3ad7783972817e38..a70b4cc8bdee1aeaa4b895dc4302f92fca971837 100644 (file)
@@ -103,7 +103,7 @@ extern "C" {
 
 #define MagickSignature  0xabacadabUL
 #if !defined(MaxTextExtent)
-# define MaxTextExtent  4096  /* always >= 4096 */
+# define MaxTextExtent  8192  /* always >= 4096 */
 #endif
 
 #if defined(MAGICKCORE_HAVE___ATTRIBUTE__)