From: Dirk Lemstra Date: Fri, 16 Mar 2018 16:29:59 +0000 (+0100) Subject: Added ListLength to the ResourceOptions. X-Git-Tag: 7.0.7-27~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6600076ee80505e07ed3d9eb89abb518683ba922;p=imagemagick Added ListLength to the ResourceOptions. --- diff --git a/MagickCore/option.c b/MagickCore/option.c index 7d6c76c5c..61b004de2 100644 --- a/MagickCore/option.c +++ b/MagickCore/option.c @@ -1930,6 +1930,7 @@ static const OptionInfo { "Throttle", ThrottleResource, UndefinedOptionFlag, MagickFalse }, { "Time", TimeResource, UndefinedOptionFlag, MagickFalse }, { "Width", WidthResource, UndefinedOptionFlag, MagickFalse }, + { "ListLength", ListLengthResource, UndefinedOptionFlag, MagickFalse }, { (char *) NULL, UndefinedResource, UndefinedOptionFlag, MagickFalse } }, SparseColorOptions[] =