j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: laurent Date: 2009-11-08 23:43:19 +0000 (Sun, 08 Nov 2009) New Revision: 600
Modified: trunk/openbios-devel/arch/ppc/qemu/main.c Log: Correct typo
Modified: trunk/openbios-devel/arch/ppc/qemu/main.c =================================================================== --- trunk/openbios-devel/arch/ppc/qemu/main.c 2009-11-07 21:53:45 UTC (rev 599) +++ trunk/openbios-devel/arch/ppc/qemu/main.c 2009-11-08 23:43:19 UTC (rev 600) @@ -132,7 +132,7 @@ partition, directory, filename);
ELF_DPRINTF("bootpath %s bootargs %s\n", path, args); - set_property( chosen_ph, "bootpath", path, strlen(spec)+1 ); + set_property( chosen_ph, "bootpath", path, strlen(path)+1 ); if (args) set_property( chosen_ph, "bootargs", args, strlen(args)+1 ); }