Fix type mismatch issue in ext2fs driver

This commit is contained in:
mintsuki 2020-05-05 16:52:20 +02:00
parent 00e313d0d7
commit 23ba6bdb6c
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -307,7 +307,7 @@ static int inode_read(void *buf, uint64_t loc, uint64_t count,
if (chunk > block_size - offset)
chunk = block_size - offset;
uint64_t block_index;
uint32_t block_index;
if (block < 12) {
// Direct block