summaryrefslogtreecommitdiff
path: root/lib/Image/ExifTool/WritePNG.pl
diff options
context:
space:
mode:
authorexiftool <phil@work3.phy.queensu.ca>2015-11-06 09:08:38 -0500
committerexiftool <phil@work3.phy.queensu.ca>2015-11-06 09:08:38 -0500
commite294b14e2e21211ce59696c13f9e93d3827b4faf (patch)
tree779b6a26b03eeba158be28719126b17451e99d3a /lib/Image/ExifTool/WritePNG.pl
parent3277f4555db830b7e1aad4de24fb8d863d671d27 (diff)
Update to 10.05
Diffstat (limited to 'lib/Image/ExifTool/WritePNG.pl')
-rw-r--r--lib/Image/ExifTool/WritePNG.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Image/ExifTool/WritePNG.pl b/lib/Image/ExifTool/WritePNG.pl
index 4b3fdf3f..06082ec9 100644
--- a/lib/Image/ExifTool/WritePNG.pl
+++ b/lib/Image/ExifTool/WritePNG.pl
@@ -248,7 +248,7 @@ sub AddChunks($$;@)
my $nvHash = $et->GetNewValueHash($tagInfo);
# (native PNG information is always preferred, so don't check IsCreating)
next unless $et->IsOverwriting($nvHash);
- my $val = $et->GetNewValues($nvHash);
+ my $val = $et->GetNewValue($nvHash);
if (defined $val) {
next if $$nvHash{EditOnly};
my $data;