mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-29 06:05:36 +00:00
Fix typo
This commit is contained in:
parent
11c22894af
commit
18277ec1f7
@ -914,7 +914,7 @@ grub_avsprintf (const char *fmt, va_list ap)
|
|||||||
if (!ret)
|
if (!ret)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
s = grub_vsnprintf (ret, as, fmt, ap);
|
s = grub_vsnprintf_real (ret, as, fmt, ap);
|
||||||
if (s <= as)
|
if (s <= as)
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user