diff options
| -rw-r--r-- | bzip2recover.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bzip2recover.c b/bzip2recover.c index 4b1c219..95adeeb 100644 --- a/bzip2recover.c +++ b/bzip2recover.c | |||
| @@ -37,7 +37,7 @@ | |||
| 37 | */ | 37 | */ |
| 38 | #ifdef __GNUC__ | 38 | #ifdef __GNUC__ |
| 39 | typedef unsigned long long int MaybeUInt64; | 39 | typedef unsigned long long int MaybeUInt64; |
| 40 | # define MaybeUInt64_FMT "%Lu" | 40 | # define MaybeUInt64_FMT "%llu" |
| 41 | #else | 41 | #else |
| 42 | #ifdef _MSC_VER | 42 | #ifdef _MSC_VER |
| 43 | typedef unsigned __int64 MaybeUInt64; | 43 | typedef unsigned __int64 MaybeUInt64; |
