This repository was archived by the owner on Nov 23, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dosfstools: Fix compile error in Pie tree on 32 bit systems
Fixes the following compile error: bootable/recovery/dosfstools/src/check.c:591:4: error: format specifies type 'unsigned long' but the argument has type 'unsigned long long' [-Werror,-Wformat] (uint64_t)clusters * fs->cluster_size, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This was fixed upstream in "Fix format string in check_file() (%lu -> %llu)" (dosfstools/dosfstools@d7665f2) This commit applies the change on top of TWRP's dosfstools copy. Change-Id: I23374594662fd95e795f793112e78c54d8d50b30
- Loading branch information