bytes_to_human() now calls humaise_bytes()
This commit is contained in:
parent
fa3bc96ba6
commit
c3c2a43e61
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user