From cf3d7dd0c8daccd160d1f8b59e89d010abea7987 Mon Sep 17 00:00:00 2001 From: cristy Date: Wed, 4 Mar 2015 14:29:33 +0000 Subject: [PATCH] --- MagickCore/method-attribute.h | 2 +- MagickWand/method-attribute.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MagickCore/method-attribute.h b/MagickCore/method-attribute.h index 0a3f9b20fc..b5722f53cb 100644 --- a/MagickCore/method-attribute.h +++ b/MagickCore/method-attribute.h @@ -103,7 +103,7 @@ extern "C" { #define MagickSignature 0xabacadabUL #if !defined(MaxTextExtent) -# define MaxTextExtent 131072 /* always >= 4096 */ +# define MaxTextExtent (16*8192-2) /* always >= 4096 */ #endif #if defined(MAGICKCORE_HAVE___ATTRIBUTE__) diff --git a/MagickWand/method-attribute.h b/MagickWand/method-attribute.h index d6b27476f3..c87fd24bcb 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 131072 +# define MaxTextExtent (16*8192-2) #endif #if defined(MAGICKCORE_HAVE___ATTRIBUTE__)