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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs_uri.c b/src/fs/fs_uri.c
index 9c430ad9d..a9afff3e8 100644
--- a/src/fs/fs_uri.c
+++ b/src/fs/fs_uri.c
@@ -1969,7 +1969,7 @@ uri_chk_to_string (const struct GNUNET_FS_Uri *uri)
1969 GNUNET_FS_URI_CHK_INFIX, 1969 GNUNET_FS_URI_CHK_INFIX,
1970 (const char *) &keyhash, 1970 (const char *) &keyhash,
1971 (const char *) &queryhash, 1971 (const char *) &queryhash,
1972 GNUNET_ntohll (fi->file_length)); 1972 (unsigned long long) GNUNET_ntohll (fi->file_length));
1973 return ret; 1973 return ret;
1974} 1974}
1975 1975