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/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cc') diff --git a/src/main.cc b/src/main.cc index 0130d5c6..b309255b 100644 --- a/src/main.cc +++ b/src/main.cc @@ -146,7 +146,7 @@ int main(int argc, char * argv[], char * envp[]) std::free(expansion); std::free(p); throw_(std::logic_error, - _("Failed to expand history reference '%1'") << p); + _f("Failed to expand history reference '%1%'") % p); } else if (expansion) { add_history(expansion); -- cgit v1.2.3