From: Christian Grothoff Date: Fri, 4 Sep 2009 12:07:32 +0000 (+0000) Subject: fx X-Git-Tag: initial-import-from-subversion-38251~23532 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0afdd0b60dbbcdb565c5dbeb84ac30a8a9d076c0;p=oweals%2Fgnunet.git fx --- 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? */