This commit is contained in:
Vladimir 'phcoder' Serbinenko 2009-12-31 14:03:45 +01:00
parent 11c22894af
commit 18277ec1f7
1 changed files with 1 additions and 1 deletions

View File

@ -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;