In contrib/bzip2/bzip2recover.c, use the correct printf length modifier
for unsigned long long. MFC after: 1 week
This commit is contained in:
parent
d13adceee2
commit
b1d87fffec
@ -37,7 +37,7 @@
|
||||
*/
|
||||
#ifdef __GNUC__
|
||||
typedef unsigned long long int MaybeUInt64;
|
||||
# define MaybeUInt64_FMT "%Lu"
|
||||
# define MaybeUInt64_FMT "%llu"
|
||||
#else
|
||||
#ifdef _MSC_VER
|
||||
typedef unsigned __int64 MaybeUInt64;
|
||||
|
Loading…
x
Reference in New Issue
Block a user