* grub-core/fs/udf.c (read_string): Pacify GCC warning by
initialising utf16.
This commit is contained in:
parent
4e01b6c821
commit
b889cfadf9
2 changed files with 6 additions and 1 deletions
|
@ -791,7 +791,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