From 321e09ea6ded0d36202d90b7be7c2b34b6d8fd5c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 30 Dec 2011 21:34:02 +0000 Subject: [PATCH] -LRN: Also break on commas --- src/fs/fs_uri.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fs/fs_uri.c b/src/fs/fs_uri.c index 3bba83fdc..a39eba8de 100644 --- a/src/fs/fs_uri.c +++ b/src/fs/fs_uri.c @@ -1573,7 +1573,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 -- 2.25.1