Utility: use CanonCs2.ISOSpeed instead of CanonCs1.ISOSpeed

This commit is contained in:
Andreas Huggel 2005-12-26 13:01:27 +00:00
parent bce4645165
commit 8befde4120

View File

@ -329,7 +329,7 @@ namespace Action {
done = 0 != printTag(exifData, "Exif.Photo.ISOSpeedRatings");
}
if (!done) {
done = 0 != printTag(exifData, "Exif.CanonCs1.ISOSpeed");
done = 0 != printTag(exifData, "Exif.CanonCs2.ISOSpeed");
}
if (!done) {
done = 0 != printTag(exifData, "Exif.Nikon1.ISOSpeed");