commit | 79d053159ee1309bf7f9e6f346c9af5143d0af46 | [log] [tgz] |
---|---|---|
author | cristy <[email protected]> | Thu Dec 25 18:13:29 2014 +0000 |
committer | cristy <[email protected]> | Thu Dec 25 18:13:29 2014 +0000 |
tree | ca97684f47a166b25a84cff0b30912efc8dc4015 | |
parent | badc7524fff0d4d412aaeae28a65ea73a0451c8d [diff] [blame] |
diff --git a/MagickCore/display.c b/MagickCore/display.c index 9fdebf1..21d5788 100644 --- a/MagickCore/display.c +++ b/MagickCore/display.c
@@ -7828,7 +7828,7 @@ */ XSetCursorState(display,windows,MagickTrue); XCheckRefreshWindows(display,windows); - (void) GammaImage(*image,atof(factor),exception); + (void) GammaImage(*image,strtod(factor,(char **) NULL),exception); XSetCursorState(display,windows,MagickFalse); if (IfMagickTrue(windows->image.orphan) ) break;