aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-11-08 06:54:37 +1000
committerGravatar axel <axel@liljencrantz.se>2006-11-08 06:54:37 +1000
commit4edb71325f4b870f5c3b0d57a921913b86861e3b (patch)
treef9c03acf89af6f0659b47643a0df29666acfa430 /common.c
parent310768e8d2dc3dc25ad729c7f2a241776c745b50 (diff)
Do not escape the ':' character. Thanks to Tassilo Horn for pointing this out.
darcs-hash:20061107205437-ac50b-51632ce51915d4ca8680ab4c4522bcd002a794b6.gz
Diffstat (limited to 'common.c')
-rw-r--r--common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common.c b/common.c
index 65f73af0..05747103 100644
--- a/common.c
+++ b/common.c
@@ -749,7 +749,6 @@ wchar_t *escape( const wchar_t *in,
case L'*':
case L'|':
case L';':
- case L':':
case L'\'':
case L'"':
case L'%':