aboutsummaryrefslogtreecommitdiff
path: root/build2/operation.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/operation.cxx')
-rw-r--r--build2/operation.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/operation.cxx b/build2/operation.cxx
index 37e7c91..c42f92a 100644
--- a/build2/operation.cxx
+++ b/build2/operation.cxx
@@ -493,7 +493,7 @@ namespace build2
// This could be a simple project that doesn't set project name.
//
cout
- << "project: " << cast_empty<string> (s[var_project]) << endl
+ << "project: " << cast_empty<project_name> (s[var_project]) << endl
<< "version: " << cast_empty<string> (s[var_version]) << endl
<< "summary: " << cast_empty<string> (s[var_project_summary]) << endl
<< "url: " << cast_empty<string> (s[var_project_url]) << endl