From 0ac95e9006853ebd6a6095967ffd6e330c22a63a Mon Sep 17 00:00:00 2001 From: HumanDynamo Date: Mon, 31 May 2010 13:56:04 +0000 Subject: [PATCH] wrong value there --- src/sonymn.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/sonymn.cpp b/src/sonymn.cpp index ec434a9b..d88f5216 100644 --- a/src/sonymn.cpp +++ b/src/sonymn.cpp @@ -193,9 +193,9 @@ namespace Exiv2 { //! Lookup table to translate Sony AF illuminator values to readable labels extern const TagDetails sonyAFIlluminator[] = { - { 0, N_("Off") }, - { 1, N_("On") }, - { 2, N_("n/a") } + { 0, N_("Off") }, + { 1, N_("On") }, + { 65535, N_("n/a") } }; //! Lookup table to translate Sony macro mode values to readable labels