* grub-core/kern/file.c: Use const char * rather than casting to

non-const.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-04-28 14:06:57 +02:00
parent eadfad244e
commit 178c276419
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2013-04-28 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/file.c: Use const char * rather than casting to
non-const.
2013-04-28 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/commands/probe.c: Add missing grub_device_close.