commit | a0a163586cf4b124002ce1cc764f0dd677887d09 | [log] [tgz] |
---|---|---|
author | lambdadroid <lambdadroid@gmail.com> | Tue Oct 09 20:42:22 2018 +0200 |
committer | Dees Troy <dees_troy@teamw.in> | Fri Mar 22 22:09:13 2019 +0100 |
tree | ce7436543bac71f8ad927da777a6657b360855a2 | |
parent | 7e941586844e514d296dd755972902dd64a4c8ba [diff] |
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
Team Win Recovery Project (TWRP)
You can find a compiling guide here.