aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_uri.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-11-06 21:16:57 +0000
committerChristian Grothoff <christian@grothoff.org>2010-11-06 21:16:57 +0000
commita11cf9650408c7b491014801e4f935649fe506eb (patch)
tree04d0b3b60acd0d897c9a3e7da55429449248c393 /src/fs/fs_uri.c
parenta52c8618e6730de2ef885fb1a4c48d4a89d04cc6 (diff)
downloadgnunet-a11cf9650408c7b491014801e4f935649fe506eb.tar.gz
gnunet-a11cf9650408c7b491014801e4f935649fe506eb.zip
obo
Diffstat (limited to 'src/fs/fs_uri.c')
-rw-r--r--src/fs/fs_uri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs_uri.c b/src/fs/fs_uri.c
index ca516cc85..764a2bee3 100644
--- a/src/fs/fs_uri.c
+++ b/src/fs/fs_uri.c
@@ -1148,7 +1148,7 @@ GNUNET_FS_uri_ksk_merge (const struct GNUNET_FS_Uri *u1,
1148 break; 1148 break;
1149 } 1149 }
1150 if (0 == found) 1150 if (0 == found)
1151 kl[kc++] = GNUNET_strdup (kp - 1); 1151 kl[kc++] = GNUNET_strdup (kp);
1152 } 1152 }
1153 ret = GNUNET_malloc (sizeof(struct GNUNET_FS_Uri)); 1153 ret = GNUNET_malloc (sizeof(struct GNUNET_FS_Uri));
1154 ret->type = ksk; 1154 ret->type = ksk;