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:
d0f0a63
)
need break
author
Christian Grothoff
<christian@grothoff.org>
Thu, 12 Nov 2009 15:40:43 +0000
(15:40 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Thu, 12 Nov 2009 15:40:43 +0000
(15:40 +0000)
src/fs/fs_uri.c
patch
|
blob
|
history
diff --git
a/src/fs/fs_uri.c
b/src/fs/fs_uri.c
index 15180885357b44ed0d1b1afca6a5f862f2e6e487..02310a0800251a353dbc974c19cd2b8101e4c2b1 100644
(file)
--- a/
src/fs/fs_uri.c
+++ b/
src/fs/fs_uri.c
@@
-943,6
+943,7
@@
canonicalize_keyword (const char *in)
/* keep characters listed above without changes */
*wpos = *rpos;
wpos++;
+ break;
default:
/* replace characters listed above with '_' */
*wpos = '_';