X-Git-Url: https://git.p6c8.net/devedit.git/blobdiff_plain/05c9fbdaede9af10f7f166880d4f7208b502b107..5dad386ebee545eaf6775cf00cee149856ac7e6c:/modules/Command.pm diff --git a/modules/Command.pm b/modules/Command.pm index 2a8ceb9..12f876c 100644 --- a/modules/Command.pm +++ b/modules/Command.pm @@ -6,14 +6,14 @@ package Command; # Execute Dev-Editor's commands # # Author: Patrick Canterino -# Last modified: 2010-12-31 +# Last modified: 2011-02-11 # # Copyright (C) 1999-2000 Roland Bluethgen, Frank Schoenmann -# Copyright (C) 2003-2009 Patrick Canterino +# Copyright (C) 2003-2011 Patrick Canterino # All Rights Reserved. # # This file can be distributed and/or modified under the terms of -# of the Artistic License 1.0 (see also the LICENSE file found at +# of the Artistic License 2.0 (see also the LICENSE file found at # the top level of the Dev-Editor distribution). # @@ -672,7 +672,7 @@ sub exec_unpack($$) my $return_unpack = archive_unpack($physical,$new_physical); - return error($config->{'errors'}->{'unpack_failed'},$dir,{FILE => encode_html($virtual), AE_ERROR => ''}) unless($return_unpack); + return error($config->{'errors'}->{'unpack_failed'},$dir,{FILE => encode_html($virtual), AE_ERROR => encode_html($File::Access::archive_extract_error)}) unless($return_unpack); return devedit_reload({command => 'show', file => $new_virtual}); }