mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-21 15:14:13 +00:00
Kernel: Make FS::block_size a size_t
This commit is contained in:
committed by
Andreas Kling
parent
9cbdd5f01e
commit
de4b7d9c21
@@ -107,7 +107,7 @@ void FS::lock_all()
|
||||
}
|
||||
}
|
||||
|
||||
void FS::set_block_size(int block_size)
|
||||
void FS::set_block_size(size_t block_size)
|
||||
{
|
||||
ASSERT(block_size > 0);
|
||||
if (block_size == m_block_size)
|
||||
|
||||
Reference in New Issue
Block a user