commit | 4392786ef7bbdba04c7b1fc72d147986abca9cd1 | [log] [tgz] |
---|---|---|
author | Daniel Micay <danielmicay@gmail.com> | Tue Oct 13 16:18:45 2015 -0400 |
committer | Daniel Micay <danielmicay@gmail.com> | Tue Oct 13 16:22:33 2015 -0400 |
tree | e27da3b6c8ad237c23254acb74b6d692611e65e4 | |
parent | ffa478be6a7ff0b2272732bb0585df8847c4eeba [diff] |
fix misuse of formatting specifiers The Clang/GCC formatting warning triggers for usage of %lld with off_t on 64-bit because it's defined as a long int, not a long long int. It isn't important, but it's technically undefined. This fix is in anticipation of adding __attribute__((format(...))) to many functions where it is currently missing. Change-Id: I2bf33e6563a2892d2f54d7c582cbdeadf867e84f