mirror of
https://github.com/sheumann/hush.git
synced 2025-01-03 00:31:16 +00:00
Well, I am not 100.00% usre that uint16 will suffice there.
We don't lose anything by using 'unsigned' instead.
This commit is contained in:
parent
016a82e279
commit
28bb84bd4e
@ -505,8 +505,8 @@ static void setup_tables(void)
|
|||||||
{
|
{
|
||||||
unsigned long inodes;
|
unsigned long inodes;
|
||||||
unsigned norm_firstzone;
|
unsigned norm_firstzone;
|
||||||
uint16_t sb_zmaps;
|
unsigned sb_zmaps;
|
||||||
int i;
|
unsigned i;
|
||||||
|
|
||||||
memset(super_block_buffer, 0, BLOCK_SIZE);
|
memset(super_block_buffer, 0, BLOCK_SIZE);
|
||||||
memset(boot_block_buffer, 0, 512);
|
memset(boot_block_buffer, 0, 512);
|
||||||
|
Loading…
Reference in New Issue
Block a user