#1170. Thank you, Marcus for reporting this and providing the test data.

v0.27.3
Robin Mills 9 years ago
parent aa7e277dbc
commit 60b0b842cf

@ -995,7 +995,7 @@ namespace Exiv2 {
{ 160, printCsLensByFocalLength },
{ 161, printCsLensByFocalLength },
{ 168, printCsLensByFocalLength },
{ 169, printCsLensByFocalLength },
{ 169, printCsLensByFocalLengthAndMaxAperture },
{ 172, printCsLensByFocalLength }, // not tested
{ 173, printCsLensByFocalLengthTC }, // works partly
{ 174, printCsLensByFocalLength }, // not tested

@ -527,6 +527,13 @@ source ./functions.source
copyTestFile $filename
runTest exiv2 -pa --grep lens/i $filename
num=1170
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
printf "\n"

Binary file not shown.
Loading…
Cancel
Save