Quote:
Originally Posted by Lordz™
Wrong specifier used in sscanf function. Instead of "d", it must be "s[24]". And in name variable, you must create like this:
Edit:late,
@Horrible, if you don't implement the size of the string in latest sscanf, it may occur crash.
|
what you mean s[24]? and d?