#1166. Thank You, Phillippe for reporting this and providing a patch and test data.

v0.27.3
Robin Mills 9 years ago
parent 3daa8df380
commit cc0ec825ec

@ -785,6 +785,7 @@ namespace Exiv2 {
{ 160, "Tokina AT-X 124 AF 12-24mm f/4 DX" }, // 2 { 160, "Tokina AT-X 124 AF 12-24mm f/4 DX" }, // 2
{ 160, "Tokina AT-X 107 AF DX Fish-eye 10-17mm f/3.5-4.5" }, // 3 { 160, "Tokina AT-X 107 AF DX Fish-eye 10-17mm f/3.5-4.5" }, // 3
{ 160, "Tokina AT-X 116 PRO DX AF 11-16mm f/2.8" }, // 4 { 160, "Tokina AT-X 116 PRO DX AF 11-16mm f/2.8" }, // 4
{ 160, "Tokina AT-X 11 PRO DX Aspherical 11-20mm f/2.8" }, // 5
{ 161, "Canon EF 28-70mm f/2.8L" }, // 0 { 161, "Canon EF 28-70mm f/2.8L" }, // 0
{ 161, "Sigma 24-70mm EX f/2.8" }, // 1 { 161, "Sigma 24-70mm EX f/2.8" }, // 1
{ 161, "Sigma 28-70mm f/2.8 EX" }, // 2 { 161, "Sigma 28-70mm f/2.8 EX" }, // 2

@ -500,6 +500,13 @@ source ./functions.source
runTest exiv2 -pa -g Lens $filename runTest exiv2 -pa -g Lens $filename
done done
num=1166
printf "$num " >&3
filename=exiv2-bug$num.exv
echo '------>' Bug $num '<-------' >&2
copyTestFile $filename
runTest exiv2 -pa --grep lens/i $filename
) 3>&1 > $results 2>&1 ) 3>&1 > $results 2>&1
printf "\n" printf "\n"

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save