* grub-core/kern/corecmd.c (grub_core_cmd_ls): Add missing var init.
This commit is contained in:
parent
21ffe8f1dd
commit
1ba7e295fb
2 changed files with 5 additions and 1 deletions
|
@ -128,7 +128,7 @@ grub_core_cmd_ls (struct grub_command *cmd __attribute__ ((unused)),
|
|||
else
|
||||
{
|
||||
char *device_name;
|
||||
grub_device_t dev;
|
||||
grub_device_t dev = 0;
|
||||
grub_fs_t fs;
|
||||
char *path;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue