Hi all,
         Error in grub_strncat(char *s1, char*s2, int
n) in char_io.c under stage2 directory.
This function does not perform the utility of what
strncat does. The logic seems to be incorrect to
me....
I tried to use this function but it doesnot append the
string s2 to s1 with n number of characters. 
So i end up using my own logic of string concatenation
using grub_strcpy function. 

I am wondering has it been written to perform string
concatenation or do any utility.

Thanks
./S


                
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - Easier than ever with enhanced search. Learn more.
http://info.mail.yahoo.com/mail_250


_______________________________________________
Bug-grub mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-grub

Reply via email to