fix prototype
This commit is contained in:
parent
930438eb80
commit
f5edf6e384
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ sub get_size {
|
||||||
}
|
}
|
||||||
|
|
||||||
# same md5 calculation i use in mv_wrap
|
# same md5 calculation i use in mv_wrap
|
||||||
sub calc_md5($file) {
|
sub calc_md5($) {
|
||||||
my ($file, $digest);
|
my ($file, $digest);
|
||||||
$file = shift;
|
$file = shift;
|
||||||
$md5 = Digest::MD5->new;
|
$md5 = Digest::MD5->new;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue