From 50a6957d835c06553b4d57212f23f0ed119a3df2 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 18 May 2011 07:47:14 +0200 Subject: App/Hashl: add_file: Use the absolute path were needed --- lib/App/Hashl.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/App/Hashl.pm b/lib/App/Hashl.pm index 0ffe884..f95653a 100644 --- a/lib/App/Hashl.pm +++ b/lib/App/Hashl.pm @@ -239,7 +239,7 @@ sub add_file { } $self->{files}->{$file} = { - hash => $self->hash_file($file), + hash => $self->hash_file($path), mtime => $mtime, size => $size, }; -- cgit v1.2.3