From 3cf8015a4941c43ae82100dc0d998945485d760c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 25 Aug 2020 16:18:58 +0200 Subject: Fix bug in interaction of unmatch logic with target groups --- libbuild2/algorithm.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/algorithm.cxx') 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 -- cgit v1.1