summaryrefslogtreecommitdiff
path: root/lib/Image/ExifTool/MIE.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Image/ExifTool/MIE.pm')
-rw-r--r--lib/Image/ExifTool/MIE.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Image/ExifTool/MIE.pm b/lib/Image/ExifTool/MIE.pm
index 73e931e2..897f0029 100644
--- a/lib/Image/ExifTool/MIE.pm
+++ b/lib/Image/ExifTool/MIE.pm
@@ -14,7 +14,7 @@ use Image::ExifTool qw(:DataAccess :Utils);
use Image::ExifTool::Exif;
use Image::ExifTool::GPS;
-$VERSION = '1.44';
+$VERSION = '1.45';
sub ProcessMIE($$);
sub ProcessMIEGroup($$$);
@@ -1242,7 +1242,7 @@ sub WriteMIEGroup($$$)
and not $$nvHash{EditOnly}));
}
# get the new value to write (undef to delete)
- push @newVals, $et->GetNewValues($nvHash);
+ push @newVals, $et->GetNewValue($nvHash);
next unless @newVals;
$writable = $$newInfo{Writable} || $$tagTablePtr{WRITABLE};
if ($writable eq 'string') {