block params are grub_script with independent memory
This commit is contained in:
parent
19dd394f56
commit
6c9aa3df16
2 changed files with 15 additions and 6 deletions
|
@ -61,7 +61,7 @@ struct grub_script_arg
|
|||
char *str;
|
||||
|
||||
/* Parsed block argument. */
|
||||
struct grub_script_cmd *block;
|
||||
struct grub_script block;
|
||||
|
||||
/* Next argument part. */
|
||||
struct grub_script_arg *next;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue