From 91814c52d177ea276ce81ac5840b183590f07554 Mon Sep 17 00:00:00 2001 From: Nils Durner Date: Tue, 25 Aug 2009 21:20:02 +0000 Subject: [PATCH] use new constant name --- src/util/test_os_load.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/test_os_load.c b/src/util/test_os_load.c index ffd809edb..b46a3eb59 100644 --- a/src/util/test_os_load.c +++ b/src/util/test_os_load.c @@ -139,7 +139,7 @@ testdisk () while (GNUNET_TIME_absolute_get_duration (start).value < 60 * 1000) { GNUNET_DISK_file_seek (fh, GNUNET_CRYPTO_random_u64 (GNUNET_CRYPTO_QUALITY_WEAK, - 1024 * 1024 * 1024), GNUNET_SEEK_SET); + 1024 * 1024 * 1024), GNUNET_DISK_SEEK_SET); GNUNET_assert (sizeof (buf) == GNUNET_DISK_file_write (fh, buf, sizeof (buf))); GNUNET_DISK_file_sync (fh); if (ret < GNUNET_OS_load_disk_get (cfg)) -- 2.25.1