From f4f3058b8cd75c04080f9b68cb54b9584eafb39f Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 14 May 2012 21:36:42 -0600 Subject: Switch to using Boost.Format --- src/post.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/post.h') diff --git a/src/post.h b/src/post.h index 78928f23..f4bff01f 100644 --- a/src/post.h +++ b/src/post.h @@ -106,7 +106,7 @@ public: virtual string description() { if (pos) { std::ostringstream buf; - buf << _("posting at line %1") << pos->beg_line; + buf << _f("posting at line %1") << pos->beg_line; return buf.str(); } else { return string(_("generated posting")); -- cgit v1.2.3