From 289b14113b1675b7b8d844b1f41aff1e2f3a5146 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 5 Oct 2006 21:53:26 +0000 Subject: 22819: improved internal use of string quotation, plus completion bug fix with RCQUOTES --- Src/text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/text.c') 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); -- cgit 1.4.1