aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-11-12 15:40:43 +0000
committerChristian Grothoff <christian@grothoff.org>2009-11-12 15:40:43 +0000
commitc74179c8058cc0d703463d77846a6e1326bf6df7 (patch)
tree6cbe19f13aee5ac9086294722d2fd21c791881e2 /src/fs
parentd0f0a63e2db38d1f2edfe3ef51d625eb4c8e8711 (diff)
downloadgnunet-c74179c8058cc0d703463d77846a6e1326bf6df7.tar.gz
gnunet-c74179c8058cc0d703463d77846a6e1326bf6df7.zip
need break
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/fs_uri.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs/fs_uri.c b/src/fs/fs_uri.c
index 151808853..02310a080 100644
--- a/src/fs/fs_uri.c
+++ b/src/fs/fs_uri.c
@@ -943,6 +943,7 @@ canonicalize_keyword (const char *in)
943 /* keep characters listed above without changes */ 943 /* keep characters listed above without changes */
944 *wpos = *rpos; 944 *wpos = *rpos;
945 wpos++; 945 wpos++;
946 break;
946 default: 947 default:
947 /* replace characters listed above with '_' */ 948 /* replace characters listed above with '_' */
948 *wpos = '_'; 949 *wpos = '_';