aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_uri.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-08-30 18:41:20 +0000
committerChristian Grothoff <christian@grothoff.org>2012-08-30 18:41:20 +0000
commita4387d6bff1261834cb0ac8fddfba8817e8149d5 (patch)
treefdc297c00c969812d20518df9a915e1d3f6b968f /src/fs/fs_uri.c
parent48d09d5815a4354ec10630a1bfe9b89fdb2d33ba (diff)
downloadgnunet-a4387d6bff1261834cb0ac8fddfba8817e8149d5.tar.gz
gnunet-a4387d6bff1261834cb0ac8fddfba8817e8149d5.zip
fixing #2530
Diffstat (limited to 'src/fs/fs_uri.c')
-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 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)
1665/** 1665/**
1666 * Where to break up keywords 1666 * Where to break up keywords
1667 */ 1667 */
1668#define TOKENS "_. /-!?#&+@\"\'\\;:," 1668#define TOKENS "_. /-!?#&+@\"\'\\;:,()[]{}$<>|"
1669 1669
1670/** 1670/**
1671 * Break the filename up by TOKENS to make 1671 * Break the filename up by TOKENS to make