Sscanf warning: Strings without a length are deprecated, please add a destination size.
#3

Change this
Код:
if(sscanf(params, "sbh", msg))
To:

Код:
if(sscanf(params, "s[300]", msg))
Reply


Messages In This Thread
Sscanf warning: Strings without a length are deprecated, please add a destination size. - by KONTROWKEN - 05.06.2016, 09:24
Re: [HELP] Sscanf warning: Strings without a length are deprecated, please add a destination size. - by Infinity - 05.06.2016, 09:25
Re: [HELP] Sscanf warning: Strings without a length are deprecated, please add a destination size. - by Lucky13 - 05.06.2016, 09:26

Forum Jump:


Users browsing this thread: 1 Guest(s)