diff options
Diffstat (limited to '')
-rw-r--r-- | src/satd-list.c | 2 |
1 files changed, 0 insertions, 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++; |