aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_uri.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-09-07 11:58:04 +0000
committerChristian Grothoff <christian@grothoff.org>2009-09-07 11:58:04 +0000
commit9dac7b6b7b035d55bdb9731795712ead92e11f76 (patch)
tree8bed4ad4617f95bcdaac75dc43c2b2dd461b3e76 /src/fs/fs_uri.c
parent2a534fc5efadca1b65648efb903c3b4c17ac33ad (diff)
downloadgnunet-9dac7b6b7b035d55bdb9731795712ead92e11f76.tar.gz
gnunet-9dac7b6b7b035d55bdb9731795712ead92e11f76.zip
fixes
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 61fb7d61d..4f4a82c2c 100644
--- a/src/fs/fs_uri.c
+++ b/src/fs/fs_uri.c
@@ -492,7 +492,6 @@ enc2bin (const char *input, void *data, size_t size)
492 bits = 0; 492 bits = 0;
493 hbits = 0; 493 hbits = 0;
494 len = 0; 494 len = 0;
495 pos = 0;
496 for (pos = 0; pos < size; pos++) 495 for (pos = 0; pos < size; pos++)
497 { 496 {
498 while (hbits < 8) 497 while (hbits < 8)