aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;