diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/paste.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/paste.c b/src/paste.c index 5781ccd3e..761ae8d94 100644 --- a/src/paste.c +++ b/src/paste.c @@ -500,9 +500,9 @@ main (int argc, char **argv) if (collapse_escapes (delim_arg)) { - /* Don't use the default quoting style, because that would double the + /* 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, escape_quoting_style); + set_quoting_style (NULL, c_maybe_quoting_style); error (EXIT_FAILURE, 0, _("delimiter list ends with an unescaped backslash: %s"), quotearg_colon (delim_arg)); |