This commit is contained in:
clanmills
2017-09-12 09:14:42 +01:00
parent c8bac318dd
commit 5405d61623
+2
View File
@@ -1167,6 +1167,8 @@ namespace Exiv2 {
std::ostream& PentaxMakerNote::printShutterCount(std::ostream& os, const Value& value, const ExifData* metadata)
{
if ( ! metadata ) return os << "undefined" ;
ExifData::const_iterator dateIt = metadata->findKey(
ExifKey("Exif.PentaxDng.Date"));
if (dateIt == metadata->end()) {