tags 626171 + patch
thanks

* Christian Ohm <[email protected]>, 2011-05-09, 16:12:
Since very recently, browsing of .deb files doesn't work anymore, mc shows a few error dialogs like "Cannot parse: /var/cache/apt/archives/libopenal-dev_1%3a1.13-2_amd64.deb 1 CONTENTS/", and both DEBIAN and CONTENT folders are empty (INFO and INSTALL look ok).

It could be a result of the recent perl transition, at least I didn't notice the problem before that.

Indeed, it's perl.

--
Jakub Wilk
--- mc-4.7.0.9.orig/lib/vfs/mc-vfs/extfs/deb.in
+++ mc-4.7.0.9/lib/vfs/mc-vfs/extfs/deb.in
@@ -46,7 +46,7 @@ sub mcdebfs_list
 	{
 		while(<PIPEIN>)
 		{
-			split;
+			@_ = split;
 
 			$perm=$_[0]; $owgr=$_[1]; $size=$_[2];
 			if($_[3] =~ /^\d\d\d\d\-/) { # New tar format

Reply via email to