* grub-core/fs/ext2.c (EXT2_BLOCK_SIZE): Make unsigned.

This commit is contained in:
Vladimir Serbinenko 2013-10-25 18:03:36 +02:00
parent a105d3755b
commit 6673d8e7b6
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2013-10-25 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/ext2.c (EXT2_BLOCK_SIZE): Make unsigned.
2013-10-25 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/commands/gptsync.c (lba_to_chs): Use proper types rather