Properly report progress in PrereqChecker::isMet after additional dependency
work is found.
---
 prereq.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/prereq.cc b/prereq.cc
index bdc609e..a5083ed 100644
--- a/prereq.cc
+++ b/prereq.cc
@@ -238,6 +238,7 @@ PrereqChecker::isMet ()
                     {
                       // newly found dependency: add to worklist
                       todo.push (dep);
+                      max++;
                     }
                   unmet[dep].push_back (pack);
                 }
-- 
2.8.3

Reply via email to