mirror of
https://github.com/SciresM/hactool
synced 2024-11-22 03:53:09 +00:00
more portable save warning fix
This commit is contained in:
parent
864e7ee86b
commit
2e648b7be6
1 changed files with 1 additions and 1 deletions
2
save.c
2
save.c
|
@ -952,7 +952,7 @@ void save_print_ivfc_section(save_ctx_t *ctx) {
|
|||
if (i != 0) {
|
||||
printf(" Hash Offset: 0x%016"PRIx64"\n", ctx->header.data_ivfc_header.level_headers[i-1].logical_offset);
|
||||
} else {
|
||||
printf(" Hash Offset: 0x%016"PRIx64"\n", 0x0ull);
|
||||
printf(" Hash Offset: 0x0\n");
|
||||
}
|
||||
printf(" Hash Block Size: 0x%08"PRIx32"\n", 1 << ctx->header.data_ivfc_header.level_headers[i].block_size);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue