2005-06-23 Hollis Blanchard <hollis@penguinppc.org>

* kern/misc.c (grub_vsprintf): Add `longfmt'.  If format string
	contains `l' modifier, get a long from va_arg().
This commit is contained in:
hollisb 2005-06-23 23:13:57 +00:00
parent 50b5a0a793
commit e75d76e157
2 changed files with 17 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2005-06-23 Hollis Blanchard <hollis@penguinppc.org>
* kern/misc.c (grub_vsprintf): Add `longfmt'. If format string
contains `l' modifier, get a long from va_arg().
2005-06-23 Yoshinori K. Okuji <okuji@enbug.org>
* kern/mm.c (grub_free): If the next free block which is being