aboutsummaryrefslogtreecommitdiffstats
path: root/dump/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'dump/main.c')
-rw-r--r--dump/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dump/main.c b/dump/main.c
index 7ef571d..bb6173f 100644
--- a/dump/main.c
+++ b/dump/main.c
@@ -106,7 +106,7 @@ static int dump_sb(const char* spec)
static void dump_sectors(struct exfat* ef)
{
- off_t a = 0, b = 0;
+ loff_t a = 0, b = 0;
printf("Used sectors ");
while (exfat_find_used_sectors(ef, &a, &b) == 0)