From cdaf06f8972e22ac9170dd5c269c6ac8125b4326 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 29 Dec 2015 01:18:32 +0100 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/satd-list.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/satd-list.c b/src/satd-list.c index a9fce0f..402ee58 100644 --- a/src/satd-list.c +++ b/src/satd-list.c @@ -52,8 +52,6 @@ quote(const char *str) for (s = (const unsigned char *)str; *s; s++) { if (*s < ' ') in++; else if (UNSAFE(*s)) sn++; - else if (*s == '"') sn++; - else if (*s == '$') sn++; else if (*s == '\\') bn++; else if (*s == '\'') qn++; else rn++; -- cgit v1.2.3-70-g09d2