summaryrefslogtreecommitdiff
path: root/MagickWand
diff options
context:
space:
mode:
authorcristy <urban-warrior@git.imagemagick.org>2015-03-04 00:52:12 +0000
committercristy <urban-warrior@git.imagemagick.org>2015-03-04 00:52:12 +0000
commit7ade628117e895609b39d3523c0e11aaea7e805a (patch)
tree6f2885d5822833199c47bca850cf3543e6d21a36 /MagickWand
parent8967d585ad9118cff7f98c42e7f776160284b48d (diff)
downloadImageMagick-7ade628117e895609b39d3523c0e11aaea7e805a.tar.gz
Diffstat (limited to 'MagickWand')
-rw-r--r--MagickWand/method-attribute.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MagickWand/method-attribute.h b/MagickWand/method-attribute.h
index 5dabc5d2d..ef5d43c59 100644
--- a/MagickWand/method-attribute.h
+++ b/MagickWand/method-attribute.h
@@ -96,7 +96,7 @@ extern "C" {
#define WandSignature 0xabacadabUL
#if !defined(MaxTextExtent)
-# define MaxTextExtent 8192
+# define MaxTextExtent 32768
#endif
#if defined(MAGICKCORE_HAVE___ATTRIBUTE__)