From 15b85554808e51d3009f3742b1800620a217b149 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Thu, 14 Feb 2019 00:32:13 +0100 Subject: Use uint64_t instead of off_t for win32/MinGW compatibility --- src/restore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/restore.c') 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; -- cgit v1.1-32-gdbae