* grub-core/kern/main.c (grub_set_prefix_and_root): Init prefix.
This commit is contained in:
parent
f8f72eb890
commit
36dd20ad0b
2 changed files with 5 additions and 1 deletions
|
@ -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):
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue