summaryrefslogtreecommitdiffstats
path: root/parse.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'parse.cxx')
-rw-r--r--parse.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/parse.cxx b/parse.cxx
index 04123a4d..56495a56 100644
--- a/parse.cxx
+++ b/parse.cxx
@@ -1981,6 +1981,7 @@ parser::parse_symbol ()
// arguments is postponed to the typechecking phase.
string tmp;
expect_unknown (tok_string, tmp);
+ fmt->raw_components = tmp;
fmt->components = print_format::string_to_components (tmp);
while (!peek_op (")"))
{