projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0df8d7a
)
fx
author
Christian Grothoff
<christian@grothoff.org>
Fri, 4 Sep 2009 12:07:32 +0000
(12:07 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Fri, 4 Sep 2009 12:07:32 +0000
(12:07 +0000)
src/util/crypto_hash.c
patch
|
blob
|
history
diff --git
a/src/util/crypto_hash.c
b/src/util/crypto_hash.c
index a8843b5b753674a3d11ce9cc9813a4141571064b..45e599bcf7b67082378488d45d9dc18338f05042 100644
(file)
--- a/
src/util/crypto_hash.c
+++ b/
src/util/crypto_hash.c
@@
-414,13
+414,13
@@
struct FileHashContext
/**
* Size of the file.
*/
- u
nsigned long long
fsize;
+ u
int64_t
fsize;
/**
* Current offset.
*/
- u
nsigned long long
offset;
-
+ u
int64_t
offset;
+
/**
* Run on shutdown?
*/