* grub-core/kern/main.c (grub_set_prefix_and_root): Init prefix.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-10-19 20:30:06 +02:00
parent f8f72eb890
commit 36dd20ad0b
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2011-10-19 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/main.c (grub_set_prefix_and_root): Init prefix.
2011-10-19 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/ieee1275/openfw.c (grub_ieee1275_encode_devname):

View file

@ -105,7 +105,7 @@ grub_set_prefix_and_root (void)
char *path = NULL;
char *fwdevice = NULL;
char *fwpath = NULL;
char *prefix;
char *prefix = NULL;
struct grub_module_header *header;
FOR_MODULES (header)