Skip to content

Commit

Permalink
note, system:precision is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Jun 12, 2022
1 parent 649b0e8 commit 28e2fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magick/magick.c
Original file line number Diff line number Diff line change
Expand Up @@ -1587,7 +1587,7 @@ MagickExport int SetMagickPrecision(const int precision)
if (limit == (char *) NULL)
limit=GetEnvironmentValue("MAGICK_PRECISION");
if (limit == (char *) NULL)
limit=GetPolicyValue("system:precision");
limit=GetPolicyValue("system:precision"); /* deprecated */
if (limit != (char *) NULL)
{
magick_precision=StringToInteger(limit);
Expand Down

0 comments on commit 28e2fd5

Please sign in to comment.