Fix typo
This commit is contained in:
parent
11c22894af
commit
18277ec1f7
1 changed files with 1 additions and 1 deletions
|
@ -914,7 +914,7 @@ grub_avsprintf (const char *fmt, va_list ap)
|
|||
if (!ret)
|
||||
return NULL;
|
||||
|
||||
s = grub_vsnprintf (ret, as, fmt, ap);
|
||||
s = grub_vsnprintf_real (ret, as, fmt, ap);
|
||||
if (s <= as)
|
||||
return ret;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue