String size not properly working.
#2

you need to specify the string size in sscanf

change this
PHP код:
if(sscanf(params"us"idstr2)) 
to
PHP код:
if(sscanf(params"us[128]"idstr2)) 
Reply


Messages In This Thread
String size not properly working. - by Sebz - 20.12.2015, 14:38
Re: String size not properly working. - by JeaSon - 20.12.2015, 14:46
Re: String size not properly working. - by prineside - 20.12.2015, 14:51

Forum Jump:


Users browsing this thread: 1 Guest(s)