Fixed an error in the error message.
This commit is contained in:
		
							
								
								
									
										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"}; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user