summaryrefslogtreecommitdiff
path: root/lib/Image/ExifTool/MakerNotes.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Image/ExifTool/MakerNotes.pm')
-rw-r--r--lib/Image/ExifTool/MakerNotes.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Image/ExifTool/MakerNotes.pm b/lib/Image/ExifTool/MakerNotes.pm
index 1631c75f..b35b6f79 100644
--- a/lib/Image/ExifTool/MakerNotes.pm
+++ b/lib/Image/ExifTool/MakerNotes.pm
@@ -21,7 +21,7 @@ sub ProcessKodakPatch($$$);
sub WriteUnknownOrPreview($$$);
sub FixLeicaBase($$;$);
-$VERSION = '2.14';
+$VERSION = '2.15';
my $debug; # set to 1 to enable debugging code
@@ -694,7 +694,7 @@ my $debug; # set to 1 to enable debugging code
Name => 'MakerNoteLeica8', # used by the Q (Type 116)
# (Q (Typ 116) starts with "LEICA\0\x08\0", Make is "LEICA CAMERA AG")
# (SL (Typ 601) and CL start with "LEICA\0\x09\0", Make is "LEICA CAMERA AG")
- Condition => '$$valPt =~ /^LEICA\0[\x08\x09]\0/',
+ Condition => '$$valPt =~ /^LEICA\0[\x08\x09\x0a]\0/',
SubDirectory => {
TagTable => 'Image::ExifTool::Panasonic::Leica5',
Start => '$valuePtr + 8',