aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-12-30 21:34:02 +0000
committerChristian Grothoff <christian@grothoff.org>2011-12-30 21:34:02 +0000
commit321e09ea6ded0d36202d90b7be7c2b34b6d8fd5c (patch)
tree8ba00d3e7e893d048202030770aae696d417ec04
parent90e03c9b085b5948c813f47079558b5160284cbe (diff)
downloadgnunet-321e09ea6ded0d36202d90b7be7c2b34b6d8fd5c.tar.gz
gnunet-321e09ea6ded0d36202d90b7be7c2b34b6d8fd5c.zip
-LRN: Also break on commas
-rw-r--r--src/fs/fs_uri.c2
1 files changed, 1 insertions, 1 deletions
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)
1573/** 1573/**
1574 * Where to break up keywords 1574 * Where to break up keywords
1575 */ 1575 */
1576#define TOKENS "_. /-!?#&+@\"\'\\;:" 1576#define TOKENS "_. /-!?#&+@\"\'\\;:,"
1577 1577
1578/** 1578/**
1579 * Break the filename up by TOKENS to make 1579 * Break the filename up by TOKENS to make