aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'common.c')
-rw-r--r--common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/common.c b/common.c
index a72cab85..7846ebf6 100644
--- a/common.c
+++ b/common.c
@@ -923,6 +923,8 @@ wchar_t *escape( const wchar_t *in,
case L'@':
case L'(':
case L')':
+ case L'[':
+ case L']':
case L'{':
case L'}':
case L'?':