From 52f64fb8a19e63df861d852558955290dcc5f003 Mon Sep 17 00:00:00 2001 From: HumanDynamo Date: Wed, 5 Jul 2006 10:17:51 +0000 Subject: [PATCH] if exif resolution units tags is set 1, return "none" --- src/tags.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tags.cpp b/src/tags.cpp index 752ad31c..b116b989 100644 --- a/src/tags.cpp +++ b/src/tags.cpp @@ -142,6 +142,7 @@ namespace Exiv2 { //! Units for measuring X and Y resolution, tags 0x0128, 0xa210 extern const TagDetails exifUnit[] = { + { 1, "none" }, { 2, "inch" }, { 3, "cm" } };