diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-08-25 16:18:58 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-08-25 16:18:58 +0200 |
commit | 3cf8015a4941c43ae82100dc0d998945485d760c (patch) | |
tree | 0388fc33770bffb92fcc016bdb89487370a4ec8e /libbuild2/algorithm.cxx | |
parent | 190af1175755e2a76b1ac182414ae261a15bb276 (diff) |
Fix bug in interaction of unmatch logic with target groups
Diffstat (limited to 'libbuild2/algorithm.cxx')
-rw-r--r-- | libbuild2/algorithm.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/algorithm.cxx b/libbuild2/algorithm.cxx index 75540ff..5b340c7 100644 --- a/libbuild2/algorithm.cxx +++ b/libbuild2/algorithm.cxx @@ -584,7 +584,7 @@ namespace build2 else l.offset = target::offset_tried; - return r; // Group state. + return r; // Group state (must be consistent with matched_state()). } try |