From 931db7ab4efa9954dace09f291364fccc5900c9c Mon Sep 17 00:00:00 2001 From: heckflosse Date: Sun, 16 Apr 2017 23:48:20 +0200 Subject: [PATCH] Fix wrong focal length for Pentax K200D, as reported in #3654 --- rtexif/rtexif.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtexif/rtexif.cc b/rtexif/rtexif.cc index 30b094d64..06651bf9e 100644 --- a/rtexif/rtexif.cc +++ b/rtexif/rtexif.cc @@ -977,7 +977,7 @@ Tag::Tag (TagDirectory* p, FILE* f, int base) // There are 2 format pentaxLensDataAttribs int offsetFirst = 4; // LensInfo2 - if( strstr(model, "*ist") || strstr(model, "GX-1") || (strstr(model, "K100D") && !strstr(model, "K100D Super")) || strstr(model, "K110D") || strstr(model, "645Z")) { + if( strstr(model, "*ist") || strstr(model, "GX-1") || strstr(model, "K200D") || (strstr(model, "K100D") && !strstr(model, "K100D Super")) || strstr(model, "K110D") || strstr(model, "645Z")) { offsetFirst = 3; // LensInfo } else if( strstr(model, "645D") ) { offsetFirst = 13; // LensInfo3