Rename asprint into xasprintf and avsprintf into xvasprintf
This commit is contained in:
parent
adb893f2ae
commit
61eb45eee7
55 changed files with 79 additions and 79 deletions
|
@ -1150,7 +1150,7 @@ grub_cmd_freebsd_loadenv (grub_command_t cmd __attribute__ ((unused)),
|
|||
if (*p == '"')
|
||||
p++;
|
||||
|
||||
name = grub_asprintf ("kFreeBSD.%s", curr);
|
||||
name = grub_xasprintf ("kFreeBSD.%s", curr);
|
||||
if (!name)
|
||||
goto fail;
|
||||
if (grub_env_set (name, p))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue