aboutsummaryrefslogtreecommitdiff
path: root/build2/b.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/b.cxx')
-rw-r--r--build2/b.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/b.cxx b/build2/b.cxx
index 50398a2..2f94ad3 100644
--- a/build2/b.cxx
+++ b/build2/b.cxx
@@ -549,7 +549,7 @@ main (int argc, char* argv[])
{
for (const name& n: *l)
{
- if (n.pair != '\0')
+ if (n.pair)
continue; // Skip project names.
if (out_base.sub (out_root / n.dir))