Frustrating sscanf problem.
#1

Quote:

[00:12:06] sscanf warning: Strings without a length are deprecated, please add a destination size.
[00:12:06] sscanf warning: Strings without a length are deprecated, please add a destination size.

Now, this has been happening forever, I am at a loss as to solve it, here is what causes it:

pawn Код:
new mSubCommand[5], mCommand[20], m3rdCommand[20], string[128], pDeaths, h, m, s, file[MAX_PLAYER_NAME];
        if(sscanf(params, "s[20]S(5)S(20)", mCommand, mSubCommand, m3rdCommand))
Under this command are several sub commands, and sub-sub commands (for lack of a better word..), any help is hella appreciated.
Reply


Messages In This Thread
Frustrating sscanf problem. - by Famalamalam - 05.08.2011, 23:21
Re: Frustrating sscanf problem. - by [HiC]TheKiller - 05.08.2011, 23:31
Re: Frustrating sscanf problem. - by Famalamalam - 05.08.2011, 23:33
Re: Frustrating sscanf problem. - by Vince - 06.08.2011, 00:22
Re: Frustrating sscanf problem. - by Famalamalam - 06.08.2011, 00:26
Re: Frustrating sscanf problem. - by Vince - 06.08.2011, 00:33
Re: Frustrating sscanf problem. - by Famalamalam - 06.08.2011, 00:36

Forum Jump:


Users browsing this thread: 1 Guest(s)