sscanf warning!
#2

S[64] should be with small letter - s[64]

Wrong

if(sscanf(params, "s[32]S[64]", choice, opstring))

Correct

if(sscanf(params, "s[32]s[64]", choice, opstring))
Reply


Messages In This Thread
sscanf warning! - by Dister_Robi - 25.07.2013, 15:13
Re: sscanf warning! - by doreto - 25.07.2013, 15:15
Re: sscanf warning! - by Dister_Robi - 26.07.2013, 05:00

Forum Jump:


Users browsing this thread: 1 Guest(s)