projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07a2599
)
fix canonicalize
author
Christian Grothoff
<christian@grothoff.org>
Fri, 21 Oct 2011 12:21:22 +0000
(12:21 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Fri, 21 Oct 2011 12:21:22 +0000
(12:21 +0000)
src/fs/fs_uri.c
patch
|
blob
|
history
diff --git
a/src/fs/fs_uri.c
b/src/fs/fs_uri.c
index b654b2a81de15937e7d74cf621889f6ffbd6f100..eedf72e047c3ded30b1c7e6f9188e3c9f96bfc29 100644
(file)
--- a/
src/fs/fs_uri.c
+++ b/
src/fs/fs_uri.c
@@
-1040,6
+1040,7
@@
canonicalize_keyword (const char *in)
}
rpos++;
}
+ *wpos = '\0';
return ret;
}