The following commit has been merged in the master branch:
commit 67ce4dd6fcd701c71bd25cb78a9655c50ebbccfa
Author: Niels Thykier <[email protected]>
Date:   Sat Feb 23 21:59:45 2013 +0100

    L::Unpacker: Add missing "if"
    
    Signed-off-by: Niels Thykier <[email protected]>

diff --git a/lib/Lintian/Unpacker.pm b/lib/Lintian/Unpacker.pm
index a7d43bc..37d7a8d 100644
--- a/lib/Lintian/Unpacker.pm
+++ b/lib/Lintian/Unpacker.pm
@@ -494,7 +494,7 @@ sub process_tasks {
             # If the entry is marked as failed, don't break the loop
             # for it.
             next if exists $failed{$procid};
-            $active{$procid} = 1 $cmap->selectable;
+            $active{$procid} = 1 if $cmap->selectable;
             $nohang = 1 if %active;
         }
 

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to