aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_disk.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-09-04 12:04:31 +0000
committerChristian Grothoff <christian@grothoff.org>2009-09-04 12:04:31 +0000
commit0df8d7af30620c0b3f19e3b7c439d1dfd83e3919 (patch)
tree17addb568861c613f7c2869ca440655faca4859f /src/util/test_disk.c
parentf8bfdee4d3a12ccc63b4f340b3032ae3b0ee5fd1 (diff)
downloadgnunet-0df8d7af30620c0b3f19e3b7c439d1dfd83e3919.tar.gz
gnunet-0df8d7af30620c0b3f19e3b7c439d1dfd83e3919.zip
fixing warnings
Diffstat (limited to 'src/util/test_disk.c')
-rw-r--r--src/util/test_disk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_disk.c b/src/util/test_disk.c
index f978287ae..7925c80e4 100644
--- a/src/util/test_disk.c
+++ b/src/util/test_disk.c
@@ -86,7 +86,7 @@ static int
86testOpenClose () 86testOpenClose ()
87{ 87{
88 struct GNUNET_DISK_FileHandle *fh; 88 struct GNUNET_DISK_FileHandle *fh;
89 unsigned long long size; 89 uint64_t size;
90 long avail; 90 long avail;
91 91
92 fh = GNUNET_DISK_file_open (".testfile", GNUNET_DISK_OPEN_READWRITE 92 fh = GNUNET_DISK_file_open (".testfile", GNUNET_DISK_OPEN_READWRITE