aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_gnunet_service_fs_migration.c
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-09-06 22:46:29 +0000
committerng0 <ng0@n0.is>2019-09-06 22:46:29 +0000
commit6e599264ad13e8fc105493d74d7c11d46f8739ed (patch)
tree169bef1ecbade5a659831fb169f3ae6943af127f /src/fs/test_gnunet_service_fs_migration.c
parent4f13bc15113021ebf71d5d81e99bc29f8a07fc9c (diff)
downloadgnunet-6e599264ad13e8fc105493d74d7c11d46f8739ed.tar.gz
gnunet-6e599264ad13e8fc105493d74d7c11d46f8739ed.zip
first step to remove plibc
Diffstat (limited to 'src/fs/test_gnunet_service_fs_migration.c')
-rw-r--r--src/fs/test_gnunet_service_fs_migration.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/test_gnunet_service_fs_migration.c b/src/fs/test_gnunet_service_fs_migration.c
index 4a3bf67c7..f7daf6b1a 100644
--- a/src/fs/test_gnunet_service_fs_migration.c
+++ b/src/fs/test_gnunet_service_fs_migration.c
@@ -86,7 +86,7 @@ do_stop (void *cls)
86 fancy = 86 fancy =
87 GNUNET_STRINGS_byte_size_fancy (((unsigned long long) FILESIZE) * 87 GNUNET_STRINGS_byte_size_fancy (((unsigned long long) FILESIZE) *
88 1000000LL / del.rel_value_us); 88 1000000LL / del.rel_value_us);
89 FPRINTF (stdout, 89 fprintf (stdout,
90 "Download speed was %s/s\n", 90 "Download speed was %s/s\n",
91 fancy); 91 fancy);
92 GNUNET_free (fancy); 92 GNUNET_free (fancy);