diff options
Diffstat (limited to 'lib/quotearg.c')
-rw-r--r-- | lib/quotearg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/quotearg.c b/lib/quotearg.c index fe747fb0b..210ce1016 100644 --- a/lib/quotearg.c +++ b/lib/quotearg.c @@ -449,7 +449,7 @@ quotearg_buffer_restyled (char *buffer, size_t buffersize, goto use_shell_always_quoting_style; } } - + if (! iswprint (w)) printable = 0; m += bytes; |