summaryrefslogtreecommitdiff
path: root/src/paste.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/paste.c')
-rw-r--r--src/paste.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/paste.c b/src/paste.c
index 761ae8d94..7021a9628 100644
--- a/src/paste.c
+++ b/src/paste.c
@@ -502,10 +502,9 @@ main (int argc, char **argv)
{
/* Don't use the quote() quoting style, because that would double the
number of displayed backslashes, making the diagnostic look bogus. */
- set_quoting_style (NULL, c_maybe_quoting_style);
error (EXIT_FAILURE, 0,
_("delimiter list ends with an unescaped backslash: %s"),
- quotearg_colon (delim_arg));
+ quotearg_n_style_colon (0, c_maybe_quoting_style, delim_arg));
}
if (!serial_merge)