aboutsummaryrefslogtreecommitdiff
path: root/build2/file.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/file.cxx')
-rw-r--r--build2/file.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/file.cxx b/build2/file.cxx
index 9b3be0c..9ab01ce 100644
--- a/build2/file.cxx
+++ b/build2/file.cxx
@@ -659,7 +659,7 @@ namespace build2
// never set it to NULL).
//
auto l (root.vars["subprojects"]);
- return l.defined () && (l->null () || l->type != nullptr);
+ return l.defined () && (l->null || l->type != nullptr);
}
void