From: Christian Grothoff Date: Sat, 6 Nov 2010 21:16:57 +0000 (+0000) Subject: obo X-Git-Tag: initial-import-from-subversion-38251~19810 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a11cf9650408c7b491014801e4f935649fe506eb;p=oweals%2Fgnunet.git obo --- 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, break; } if (0 == found) - kl[kc++] = GNUNET_strdup (kp - 1); + kl[kc++] = GNUNET_strdup (kp); } ret = GNUNET_malloc (sizeof(struct GNUNET_FS_Uri)); ret->type = ksk;