summaryrefslogtreecommitdiff
path: root/src/convert.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/convert.cc')
-rw-r--r--src/convert.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/convert.cc b/src/convert.cc
index e8ca241e..f0d8db06 100644
--- a/src/convert.cc
+++ b/src/convert.cc
@@ -119,8 +119,8 @@ value_t convert_command(call_scope_t& args)
formatter.flush();
}
catch (const std::exception&) {
- add_error_context(_("While parsing file %1")
- << file_context(reader.get_pathname(),
+ add_error_context(_f("While parsing file %1%")
+ % file_context(reader.get_pathname(),
reader.get_linenum()));
add_error_context(_("While parsing CSV line:"));
add_error_context(line_context(reader.get_last_line()));