From: Cristy Date: Sun, 2 Jul 2017 17:22:01 +0000 (-0400) Subject: ... X-Git-Tag: 7.0.6-1~94 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b63e7754f8e4fed13453bc27d1562af393960f39;p=imagemagick ... --- diff --git a/PerlMagick/Magick.xs b/PerlMagick/Magick.xs index 3a703a613..2e10c8dc9 100644 --- a/PerlMagick/Magick.xs +++ b/PerlMagick/Magick.xs @@ -11418,7 +11418,7 @@ Mogrify(ref,...) method=UndefinedThresholdMethod; if (attribute_flag[0] != 0) - method=(AuthoThresholdMethod) argument_list[0].integer_reference; + method=(AutoThresholdMethod) argument_list[0].integer_reference; (void) AutoThresholdImage(image,method,exception); break; } diff --git a/PerlMagick/quantum/quantum.xs.in b/PerlMagick/quantum/quantum.xs.in index c587ae3c3..57b652671 100644 --- a/PerlMagick/quantum/quantum.xs.in +++ b/PerlMagick/quantum/quantum.xs.in @@ -11415,7 +11415,7 @@ Mogrify(ref,...) method=UndefinedThresholdMethod; if (attribute_flag[0] != 0) - method=(AuthoThresholdMethod) argument_list[0].integer_reference; + method=(AutoThresholdMethod) argument_list[0].integer_reference; (void) AutoThresholdImage(image,method,exception); break; }