From: Nils Durner Date: Tue, 25 Aug 2009 21:20:02 +0000 (+0000) Subject: use new constant name X-Git-Tag: initial-import-from-subversion-38251~23588 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=91814c52d177ea276ce81ac5840b183590f07554;p=oweals%2Fgnunet.git use new constant name --- 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))