From df1a25bdccda71c4b5d33394d72db8f9df836484 Mon Sep 17 00:00:00 2001 From: Ingo Date: Sun, 12 Oct 2014 15:18:20 +0200 Subject: [PATCH] RT shows wrong focal length for Pentax K50, Issue 2533 --- rtexif/rtexif.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtexif/rtexif.cc b/rtexif/rtexif.cc index 0174c33a0..6c90c3188 100644 --- a/rtexif/rtexif.cc +++ b/rtexif/rtexif.cc @@ -802,7 +802,7 @@ Tag::Tag (TagDirectory* p, FILE* f, int base) offsetFirst = 3; // LensInfo else if( strstr(model, "645D") ) offsetFirst = 13; // LensInfo3 - else if( strstr(model, "K-01") || strstr(model, "K-30") || strstr(model, "K-500")) + else if( strstr(model, "K-01") || strstr(model, "K-30") || strstr(model, "K-50")) offsetFirst = 15; // LensInfo5 else if( strstr(model, "K-5") || strstr(model, "K-r") ) offsetFirst = 12; // LensInfo4