* loader/multiboot_mbi2.c (grub_multiboot_make_mbi): Fix incorrect

addition of dest.
	Reported by: Seth Goldberg.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-05-31 20:43:28 +02:00
parent 7620e7debd
commit 5629316656
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2010-05-31 Vladimir Serbinenko <phcoder@gmail.com>
* loader/multiboot_mbi2.c (grub_multiboot_make_mbi): Fix incorrect
addition of dest.
Reported by: Seth Goldberg.
2010-05-31 Vladimir Serbinenko <phcoder@gmail.com>
* commands/setpci.c (grub_setpci_iter): Fix an incorrect function check.