aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_uri.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-21 12:21:22 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-21 12:21:22 +0000
commitfef75e2cf4dbd36a09d7f853f91a7a7f2542d34b (patch)
treed96b98a0e87978aabfb0d0dc74536dae9994f419 /src/fs/fs_uri.c
parent07a2599e4c8d4d69391749b98f4898a58c30d497 (diff)
downloadgnunet-fef75e2cf4dbd36a09d7f853f91a7a7f2542d34b.tar.gz
gnunet-fef75e2cf4dbd36a09d7f853f91a7a7f2542d34b.zip
fix canonicalize
Diffstat (limited to 'src/fs/fs_uri.c')
-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 b654b2a81..eedf72e04 100644
--- a/src/fs/fs_uri.c
+++ b/src/fs/fs_uri.c
@@ -1040,6 +1040,7 @@ canonicalize_keyword (const char *in)
1040 } 1040 }
1041 rpos++; 1041 rpos++;
1042 } 1042 }
1043 *wpos = '\0';
1043 return ret; 1044 return ret;
1044} 1045}
1045 1046