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 char pointer from another char pointer to get the length of the string in between. Seemed to do the right thing for me... Did you experience trouble?
Stefan