commit | b51dff5c0d16a4c1b69ff683e786cb3b4c467694 | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Thu May 19 16:55:47 2011 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Thu May 19 16:55:47 2011 +0000 |
tree | 8d07b4ab4f0caf82eefc6c0f0063e97d096383f1 | |
parent | 89505f76b54adb376939f7e85fdf3cf186005d4d [diff] [blame] |
diff --git a/magick/token.c b/magick/token.c index 5cb89da..12ee024 100644 --- a/magick/token.c +++ b/magick/token.c
@@ -229,7 +229,7 @@ char *q; - value=StringToDouble(p,&q); + value=LocaleToDouble(p,&q); (void) value; if ((p != q) && (*p != ',')) {