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 313fe95..7ebbab1 100644
--- a/build2/b.cxx
+++ b/build2/b.cxx
@@ -315,7 +315,7 @@ main (int argc, char* argv[])
os.push_back (targetspec (name ("dir", string ())));
const path p ("<buildspec>");
- const location l (&p, 1, 0); //@@ TODO
+ const location l (&p, 0, 0); //@@ TODO
operation_id oid (0); // Not yet translated.
const operation_info* oif (nullptr);