diff options
Diffstat (limited to 'libbuild2/parser.cxx')
-rw-r--r-- | libbuild2/parser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/parser.cxx b/libbuild2/parser.cxx index 9fbcd2b..bec3230 100644 --- a/libbuild2/parser.cxx +++ b/libbuild2/parser.cxx @@ -42,7 +42,7 @@ namespace build2 { o << '='; names storage; - to_stream (o, reverse (a.value, storage), true /* quote */, '@'); + to_stream (o, reverse (a.value, storage), quote_mode::normal, '@'); } return o; |