* grub-core/lib/relocator.c (grub_mm_check_real): Accept const char *

as file argument.
This commit is contained in:
Vladimir Serbinenko 2013-11-18 02:45:25 +01:00
parent 35d4761ce2
commit 04f39f6df8
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2013-11-18 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/lib/relocator.c (grub_mm_check_real): Accept const char *
as file argument.
2013-11-18 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/normal/cmdline.c (grub_cmdline_get): Plug memory leak.