diff options
Diffstat (limited to 'src/restore.c')
-rw-r--r-- | src/restore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/restore.c b/src/restore.c index 0f2ce89..c6ca34a 100644 --- a/src/restore.c +++ b/src/restore.c @@ -1207,7 +1207,7 @@ static int restore_sign_bbfw(const char* bbfwtmp, plist_t bbtss, const unsigned unsigned char* buffer = NULL; unsigned char* blob = NULL; unsigned char* fdata = NULL; - off_t fsize = 0; + uint64_t fsize = 0; uint64_t blob_size = 0; int zerr = 0; int zindex = -1; |