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/tiff.c b/coders/tiff.c index 2cf1835..02916f8 100644 --- a/coders/tiff.c +++ b/coders/tiff.c
@@ -2390,7 +2390,7 @@ float rational; - rational=LocaleToDouble(value,(char **) NULL); + rational=InterpretLocaleValue(value,(char **) NULL); (void) TIFFSetField(tiff,exif_info[i].tag,rational); break; }