aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_uri.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs_uri.c')
-rw-r--r--src/fs/fs_uri.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/fs_uri.c b/src/fs/fs_uri.c
index 22dab4955..206a8adca 100644
--- a/src/fs/fs_uri.c
+++ b/src/fs/fs_uri.c
@@ -1834,8 +1834,8 @@ uri_loc_to_string (const struct GNUNET_FS_Uri *uri)
1834 GNUNET_asprintf (&ret, "%s%s%s.%s.%llu.%s.%s.%llu", GNUNET_FS_URI_PREFIX, 1834 GNUNET_asprintf (&ret, "%s%s%s.%s.%llu.%s.%s.%llu", GNUNET_FS_URI_PREFIX,
1835 GNUNET_FS_URI_LOC_INFIX, (const char *) &keyhash, 1835 GNUNET_FS_URI_LOC_INFIX, (const char *) &keyhash,
1836 (const char *) &queryhash, 1836 (const char *) &queryhash,
1837 (unsigned long long) GNUNET_ntohll (uri->data.loc.fi. 1837 (unsigned long long) GNUNET_ntohll (uri->data.loc.
1838 file_length), peerId, 1838 fi.file_length), peerId,
1839 peerSig, 1839 peerSig,
1840 (unsigned long long) uri->data.loc.expirationTime.abs_value); 1840 (unsigned long long) uri->data.loc.expirationTime.abs_value);
1841 GNUNET_free (peerSig); 1841 GNUNET_free (peerSig);