From a4387d6bff1261834cb0ac8fddfba8817e8149d5 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 30 Aug 2012 18:41:20 +0000 Subject: fixing #2530 --- src/fs/fs_uri.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fs/fs_uri.c') diff --git a/src/fs/fs_uri.c b/src/fs/fs_uri.c index 8d8479d8f..d25c3a2e0 100644 --- a/src/fs/fs_uri.c +++ b/src/fs/fs_uri.c @@ -1665,7 +1665,7 @@ get_keywords_from_parens (const char *s, char **array, int index) /** * Where to break up keywords */ -#define TOKENS "_. /-!?#&+@\"\'\\;:," +#define TOKENS "_. /-!?#&+@\"\'\\;:,()[]{}$<>|" /** * Break the filename up by TOKENS to make -- cgit v1.2.3