* grub-core/fs/fat.c: Fix handling of exfat contiguous files.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-10-11 16:13:52 +02:00
parent 145e2369a7
commit 60d4f0bb45
2 changed files with 40 additions and 5 deletions

View file

@ -1,3 +1,7 @@
2013-10-10 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/fat.c: Fix handling of exfat contiguous files.
2013-10-10 Vladimir Testov <vladimir.testov@rosalab.ru>
* grub-core/gfxmenu/gui_list.c: New option `scrollbar_thumb_overlay`.