fx
authorChristian Grothoff <christian@grothoff.org>
Fri, 4 Sep 2009 12:07:32 +0000 (12:07 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 4 Sep 2009 12:07:32 +0000 (12:07 +0000)
src/util/crypto_hash.c

index a8843b5b753674a3d11ce9cc9813a4141571064b..45e599bcf7b67082378488d45d9dc18338f05042 100644 (file)
@@ -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?
    */