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/coders/tiff.c b/coders/tiff.c index bd5c25c..4d3e961 100644 --- a/coders/tiff.c +++ b/coders/tiff.c
@@ -2458,7 +2458,7 @@ float rational; - rational=InterpretLocaleValue(value,(char **) NULL); + rational=StringToDouble(value,(char **) NULL); (void) TIFFSetField(tiff,exif_info[i].tag,rational); break; }