commit | dbdd0e35efc03c9bccda644f5407db38b7c17eec | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Fri Nov 04 23:29:40 2011 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Fri Nov 04 23:29:40 2011 +0000 |
tree | 1cd45a04859bc165525e7d8b3b1aa4dc0d4eb09a | |
parent | 77559a7b8947197aaf2085003be6d9c7d8801eaf [diff] [blame] |
diff --git a/MagickCore/token.c b/MagickCore/token.c index fbc732d..73deea4 100644 --- a/MagickCore/token.c +++ b/MagickCore/token.c
@@ -230,7 +230,7 @@ char *q; - value=InterpretLocaleValue(p,&q); + value=StringToDouble(p,&q); (void) value; if ((p != q) && (*p != ',')) {