From bdc180ff9cf4a0b953882117584f72d772fa362f Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 18 Sep 2008 11:25:56 -0400 Subject: Don't use single code format characters anymore. Access to object details will now always be done with "%(identifier)". --- src/format.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/format.cc') diff --git a/src/format.cc b/src/format.cc index d0037927..e63627f4 100644 --- a/src/format.cc +++ b/src/format.cc @@ -237,7 +237,7 @@ format_t::element_t * format_t::parse_elements(const string& fmt) buf[0] = *p; buf[1] = '\0'; current->chars = buf; - current->expr.parse(string("fmt_") + *p); + current->expr.parse(buf); break; } } -- cgit v1.2.3