Fix Exif parsing for old Canons (ported by @Beep6581, fixes #4843)
This commit is contained in:
@@ -2116,6 +2116,7 @@ void ExifManager::parseCIFF ()
|
||||
}
|
||||
parseCIFF (rml->ciffLength, root);
|
||||
root->sort ();
|
||||
parse(true);
|
||||
}
|
||||
|
||||
Tag* ExifManager::saveCIFFMNTag (TagDirectory* root, int len, const char* name)
|
||||
|
Reference in New Issue
Block a user