Fix Sony LensID issue

This commit is contained in:
heckflosse
2016-02-22 22:40:39 +01:00
parent e16a505e04
commit 61121cada3

View File

@@ -276,7 +276,7 @@ void ImageData::extractInfo ()
}
}
else if (root->findTag("MakerNote")) {
if (lens == "Unknown" && root->findTag("MakerNote")) {
rtexif::TagDirectory* mnote = root->findTag("MakerNote")->getDirectory();
if (mnote && !make.compare (0, 5, "NIKON")) {