From 0afdd0b60dbbcdb565c5dbeb84ac30a8a9d076c0 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 4 Sep 2009 12:07:32 +0000 Subject: [PATCH] fx --- src/util/crypto_hash.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/util/crypto_hash.c b/src/util/crypto_hash.c index a8843b5b7..45e599bcf 100644 --- a/src/util/crypto_hash.c +++ b/src/util/crypto_hash.c @@ -414,13 +414,13 @@ struct FileHashContext /** * Size of the file. */ - unsigned long long fsize; + uint64_t fsize; /** * Current offset. */ - unsigned long long offset; - + uint64_t offset; + /** * Run on shutdown? */ -- 2.25.1