* kern/dl.c (grub_dl_load): Don't abort if prefix is not set,

just return an error.
This commit is contained in:
proski 2008-01-26 20:34:58 +00:00
parent 22da1f6f0f
commit 2033f53e0a
2 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2008-01-26 Pavel Roskin <proski@gnu.org>
* kern/dl.c (grub_dl_load): Don't abort if prefix is not set,
just return an error.
2008-01-26 Bean <bean123ch@gmail.com>
* fs/reiserfs.c (grub_fshelp_node): New member next_offset.