2005-01-22 Hollis Blanchard <hollis@penguinppc.org>

* disk/powerpc/ieee1275/ofdisk.c (grub_ofdisk_open): Don't initialize
	`devpath' to 0.  Use `name' instead of `devpath' with `grub_strndup'.
This commit is contained in:
hollisb 2005-01-22 16:03:15 +00:00
parent e3741a2734
commit 8b8cbdb2ff
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2005-01-22 Hollis Blanchard <hollis@penguinppc.org>
* disk/powerpc/ieee1275/ofdisk.c (grub_ofdisk_open): Don't initialize
`devpath' to 0. Use `name' instead of `devpath' with `grub_strndup'.
2005-01-22 Marco Gerards <metgerards@student.han.nl>
* kern/misc.c (grub_strndup): Function rewritten.