mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-04-26 23:49:14 -04:00
exif module breaking on /100 for some nikon cameras
This commit is contained in:
@@ -229,7 +229,7 @@ function formatNikonData($type,$tag,$intel,$model,$data) {
|
||||
case "UNDEFINED":
|
||||
switch ($tag) {
|
||||
case "0001":
|
||||
if ($model==1) $data=$data/100; break; //Unknown (Version?)
|
||||
if ($model==1) $data=(int)$data/100; break; //Unknown (Version?)
|
||||
break;
|
||||
case "0088":
|
||||
if ($model==1) { //AF Focus Position
|
||||
|
||||
Reference in New Issue
Block a user