diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/dthumb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ GetOptions( }, ) or die("Please see perldoc -F $0\n"); -my $dthumb = App::Dthumb->new($opt); +my $dthumb = App::Dthumb->new(%{$opt}); my $timer = Time::Progress->new(); |