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:
Denis Vlasenko 2006-11-29 23:15:04 +00:00
parent 016a82e279
commit 28bb84bd4e

View File

@ -505,8 +505,8 @@ static void setup_tables(void)
{
unsigned long inodes;
unsigned norm_firstzone;
uint16_t sb_zmaps;
int i;
unsigned sb_zmaps;
unsigned i;
memset(super_block_buffer, 0, BLOCK_SIZE);
memset(boot_block_buffer, 0, 512);