Fixed an error in the error message.
This commit is contained in:
parent
3b2e2d0fa5
commit
2f11fc5f0f
2
arclog
2
arclog
@ -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"};
|
||||||
|
Loading…
Reference in New Issue
Block a user