Fixed an error in the error message.

This commit is contained in:
依瑪貓 2022-03-19 09:24:52 +08:00
parent 3b2e2d0fa5
commit 2f11fc5f0f

2
arclog
View File

@ -2648,7 +2648,7 @@ sub close : method {
} }
if (defined $xz) { if (defined $xz) {
$xz->close or die "$THIS_FILE: $file: $IO::Compress::Xz::XzError!"; $xz->close or die "$THIS_FILE: $file: $IO::Compress::Xz::XzError";
} }
CORE::close $self->{"FH"} if $self->{"FH"}->opened; CORE::close $self->{"FH"} if $self->{"FH"}->opened;
delete $self->{"xz"}; delete $self->{"xz"};