aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_uri.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-09-05 09:34:14 +0000
committerChristian Grothoff <christian@grothoff.org>2014-09-05 09:34:14 +0000
commit606d3afbfedf2199ac63cbf82dd8d8ffd523c1df (patch)
treede5c9cc444fd5ae5ce4a8c68307e8260e58ffe88 /src/fs/fs_uri.c
parent99925202bb2f9f153b407461a6e89e2836218166 (diff)
downloadgnunet-606d3afbfedf2199ac63cbf82dd8d8ffd523c1df.tar.gz
gnunet-606d3afbfedf2199ac63cbf82dd8d8ffd523c1df.zip
patch was correct, but no need to have the bug as a comment
Diffstat (limited to 'src/fs/fs_uri.c')
-rw-r--r--src/fs/fs_uri.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fs/fs_uri.c b/src/fs/fs_uri.c
index 74daefc4b..fb33d8564 100644
--- a/src/fs/fs_uri.c
+++ b/src/fs/fs_uri.c
@@ -316,7 +316,6 @@ uri_ksk_parse (const char *s,
316 if ((s[i] == '%') && (&s[i] == strstr (&s[i], "%22"))) 316 if ((s[i] == '%') && (&s[i] == strstr (&s[i], "%22")))
317 { 317 {
318 saw_quote = (saw_quote + 1) % 2; 318 saw_quote = (saw_quote + 1) % 2;
319 //i += 3;
320 continue; 319 continue;
321 } 320 }
322 if ((dup[i] == '+') && (saw_quote == 0)) 321 if ((dup[i] == '+') && (saw_quote == 0))