2008-07-02 Pavel Roskin <proski@gnu.org>

* fs/reiserfs.c (grub_reiserfs_read): Fix misuse of grub_size_t
	for file offsets, use grub_off_t instead.  Fix printf format
	warnings.
This commit is contained in:
proski 2008-07-02 20:02:54 +00:00
parent ca62e5986f
commit c9c8e6063f
2 changed files with 14 additions and 7 deletions

View file

@ -1,5 +1,9 @@
2008-07-02 Pavel Roskin <proski@gnu.org>
* fs/reiserfs.c (grub_reiserfs_read): Fix misuse of grub_size_t
for file offsets, use grub_off_t instead. Fix printf format
warnings.
* fs/reiserfs.c: Remove #warning, TODO list items don't belong
there. Real unexpected warnings should not drown in the noise
about known problems.