commit | c1acd8495db5b00e9ced313e86dfdbe8c60c111d | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Thu May 19 23:05:47 2011 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Thu May 19 23:05:47 2011 +0000 |
tree | 4a7a30d0beff5da649394e96ac95e0cbf6f7d4ef | |
parent | 5d0cd95de10434edc11634acfd5ce35808428557 [diff] [blame] |
diff --git a/coders/pnm.c b/coders/pnm.c index 1dc040d..3182e56 100644 --- a/coders/pnm.c +++ b/coders/pnm.c
@@ -304,7 +304,7 @@ scale[MaxTextExtent]; (void) ReadBlobString(image,scale); - quantum_scale=LocaleToDouble(scale,(char **) NULL); + quantum_scale=InterpretLocaleValue(scale,(char **) NULL); } else {