Fix double promotion in target rtexif

This commit is contained in:
Ingo Weyrich
2020-01-20 16:02:30 +01:00
parent 6d76670e7d
commit 544a2e5068
6 changed files with 11 additions and 11 deletions

View File

@@ -2344,7 +2344,7 @@ void ExifManager::parseCIFF (int length, TagDirectory* root)
ev = ((short)get2 (f, INTEL)) / 32.0f;
fseek (f, 34, SEEK_CUR);
if (shutter > 1e6) {
if (shutter > 1e6f) {
shutter = get2 (f, INTEL) / 10.0f;
}