merge mainline into filesys branch
This commit is contained in:
commit
2f70097d3e
28 changed files with 326 additions and 94 deletions
|
@ -792,7 +792,7 @@ fail:
|
|||
static char *
|
||||
read_string (grub_uint8_t *raw, grub_size_t sz)
|
||||
{
|
||||
grub_uint16_t *utf16;
|
||||
grub_uint16_t *utf16 = NULL;
|
||||
char *ret;
|
||||
grub_size_t utf16len = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue