wrong value there
This commit is contained in:
parent
f3eebd4d19
commit
0ac95e9006
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user