[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug in char_io.c...
From: |
sridhar g |
Subject: |
bug in char_io.c... |
Date: |
Wed, 29 Dec 2004 18:14:59 -0800 (PST) |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug in char_io.c...,
sridhar g <=