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
|
@ -50,7 +50,7 @@ FUNC_NAME (const char *key, const char *var, int no_floppy)
|
|||
char *buf;
|
||||
grub_file_t file;
|
||||
|
||||
buf = grub_asprintf ("(%s)%s", name, key);
|
||||
buf = grub_xasprintf ("(%s)%s", name, key);
|
||||
if (! buf)
|
||||
return 1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue