bytes_to_human() now calls humaise_bytes()

This commit is contained in:
Chris 2012-09-05 14:50:10 +01:00
parent fa3bc96ba6
commit c3c2a43e61

View File

@ -944,7 +944,7 @@ sub bytes_to_human {
# print STDERR "Call to deprecated bytes_to_human"; # Uncomment to enable deprecated code tracing
return $self -> bytes_to_human($bytes, $long);
return $self -> humanise_bytes($bytes, $long);
}