[coreboot] [FILO] r114 - in trunk/filo: . include/grub main/grub

2010-03-26 Thread repository service
Author: stepan Date: Fri Mar 26 12:57:34 2010 New Revision: 114 URL: http://tracker.coreboot.org/trac/filo/changeset/114 Log: grub interface update - add support for "default" (aka grubonce) support through cmos - add dumpmem command - add isolinux parser Signed-off-by: Stefan Reinauer Modified

Re: [coreboot] [FILO] r114 - in trunk/filo: . include/grub main/grub

2010-03-27 Thread baiyin cai
there is an bug(at least in my eyes). /main/grub/grub.c line 937: plen=strrchr(CMDLINE_TMP,'/') -(CMDLINE_TMP+7) +1; function strrchr returns the pointer which is (char*), right? 2010/3/26 repository service > Author: stepan > Date: Fri Mar 26 12:57:34 2010 > New Revision: 114 > URL: http://trac

Re: [coreboot] [FILO] r114 - in trunk/filo: . include/grub main/grub

2010-03-27 Thread Stefan Reinauer
Hi, thank you very much for your review of the code... On 3/27/10 4:14 PM, baiyin cai wrote: > there is an bug(at least in my eyes). > /main/grub/grub.c > line 937: > plen=strrchr(CMDLINE_TMP,'/') -(CMDLINE_TMP+7) +1; > function strrchr returns the pointer which is (char*), right? it subtracts a