summaryrefslogtreecommitdiff
path: root/lib/Image/ExifTool/Geotag.pm
diff options
context:
space:
mode:
authorexiftool <phil@u88.n24.queensu.ca>2015-01-04 15:08:46 -0500
committerexiftool <phil@u88.n24.queensu.ca>2015-01-04 15:08:46 -0500
commit3e49af3de630d7e8be5c506075d1fdfef5c0c116 (patch)
treebe8730aeb0c8d3119c858839aaf8bdc72aa6ecd5 /lib/Image/ExifTool/Geotag.pm
parentaabef0bfcd73ed78e4fa690f5905c9b712cdd429 (diff)
Update to 9.79
Diffstat (limited to 'lib/Image/ExifTool/Geotag.pm')
-rw-r--r--lib/Image/ExifTool/Geotag.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Image/ExifTool/Geotag.pm b/lib/Image/ExifTool/Geotag.pm
index 175e68a7..131a7e07 100644
--- a/lib/Image/ExifTool/Geotag.pm
+++ b/lib/Image/ExifTool/Geotag.pm
@@ -22,7 +22,7 @@ use strict;
use vars qw($VERSION);
use Image::ExifTool qw(:Public);
-$VERSION = '1.44';
+$VERSION = '1.45';
sub JITTER() { return 2 } # maximum time jitter
@@ -132,7 +132,7 @@ sub LoadTrackLog($$;$)
$/ = $1;
} else {
# $val is track file name
- open EXIFTOOL_TRKFILE, $val or return "Error opening GPS file '$val'";
+ $et->Open(\*EXIFTOOL_TRKFILE, $val) or return "Error opening GPS file '$val'";
$raf = new File::RandomAccess(\*EXIFTOOL_TRKFILE);
unless ($raf->Read($_, 256)) {
close EXIFTOOL_TRKFILE;