Pentax lens focal length shown as 0.00 mm with K-30, Issue 2207

This commit is contained in:
Ingo
2014-01-19 17:37:56 +01:00
parent 99e52febe9
commit 39372b1f2e

View File

@@ -764,7 +764,7 @@ Tag::Tag (TagDirectory* p, FILE* f, int base)
offsetFirst = 13; // LensInfo3
else if( strstr(model, "K-5") || strstr(model, "K-r") )
offsetFirst = 12; // LensInfo4
else if( strstr(model, "K-01") )
else if( strstr(model, "K-01") || strstr(model, "K-30"))
offsetFirst = 15; // LensInfo5
directory = new TagDirectory*[2];
directory[1] = NULL;