sscanf warning: Strings without a length are deprecated, please add a destination size.
#2

You've forgot to define string size. simple add the size inside [ and ] after s.
ex:
PHP код:
s[50
PHP код:
if(sscanf(params"uds[50]"targetidamountreason)) 
Reply


Messages In This Thread
sscanf warning: Strings without a length are deprecated, please add a destination size. - by YoDawg - 22.07.2017, 10:20
Re: sscanf warning: Strings without a length are deprecated, please add a destination size. - by jlalt - 22.07.2017, 10:22
Re: sscanf warning: Strings without a length are deprecated, please add a destination size. - by Vince - 22.07.2017, 10:22
Re: sscanf warning: Strings without a length are deprecated, please add a destination size. - by YoDawg - 22.07.2017, 10:32

Forum Jump:


Users browsing this thread: 1 Guest(s)