diff options
Diffstat (limited to 'Src/text.c')
-rw-r--r-- | Src/text.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/text.c b/Src/text.c index db24d8c9e..0079e9fea 100644 --- a/Src/text.c +++ b/Src/text.c @@ -807,7 +807,7 @@ getredirs(LinkList redirs) * quotes certainly isn't right in that case). */ taddchr('\''); - taddstr(bslashquote(f->name, NULL, 1)); + taddstr(quotestring(f->name, NULL, QT_SINGLE)); taddchr('\''); } else taddstr(f->name); |