[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.5.11-184-g67ce4dd



The following commit has been merged in the master branch:
commit 67ce4dd6fcd701c71bd25cb78a9655c50ebbccfa
Author: Niels Thykier <niels@thykier.net>
Date:   Sat Feb 23 21:59:45 2013 +0100

    L::Unpacker: Add missing "if"
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

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


Reply to: