summaryrefslogtreecommitdiff
path: root/windows_exiftool
diff options
context:
space:
mode:
authorexiftool <phil@u88.n24.queensu.ca>2015-01-07 07:37:43 -0500
committerexiftool <phil@u88.n24.queensu.ca>2015-01-07 07:37:43 -0500
commite186113ca9223ad8f3035e82b9161b60e31c0ee0 (patch)
tree5b04fd1caefa7f46f76ee7e6f930566ac23b1778 /windows_exiftool
parent3e49af3de630d7e8be5c506075d1fdfef5c0c116 (diff)
Update to 9.80
Diffstat (limited to 'windows_exiftool')
-rwxr-xr-xwindows_exiftool10
1 files changed, 5 insertions, 5 deletions
diff --git a/windows_exiftool b/windows_exiftool
index 48e3b822..7a661852 100755
--- a/windows_exiftool
+++ b/windows_exiftool
@@ -12,7 +12,7 @@
use strict;
require 5.004;
-my $version = '9.79';
+my $version = '9.80';
# add our 'lib' directory to the include list BEFORE 'use Image::ExifTool'
my $exeDir;
@@ -3072,11 +3072,11 @@ sub ProcessFiles($;$)
++$progress;
$progStr = " [$progress/$progressMax]";
}
- if ($et->IsDirectory($file)) {
+ if ($mt->IsDirectory($file)) {
$multiFile = $validFile = 1;
ScanDir($mt, $file, $list);
} elsif ($filterFlag and not AcceptFile($file)) {
- if ($et->Exists($file)) {
+ if ($mt->Exists($file)) {
$filtered = 1;
$verbose and print $vout "-------- $file (wrong extension)$progStr\n";
} else {
@@ -4505,7 +4505,7 @@ OPTIONS
produces output like this:
- -- Generated by ExifTool 9.79 --
+ -- Generated by ExifTool 9.80 --
File: a.jpg - 2003:10:31 15:44:19
(f/5.6, 1/60s, ISO 100)
File: b.jpg - 2006:05:23 11:57:38
@@ -5835,7 +5835,7 @@ DIAGNOSTICS
commands if -execute was used).
AUTHOR
- Copyright 2003-2014, Phil Harvey
+ Copyright 2003-2015, Phil Harvey
This is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.