Please HELP ME !!!
#2

Quote:
Originally Posted by Shetch
Посмотреть сообщение
The error says that you have more parameters than the specifier.

Example:
Код:
  if(sscanf(params, "s[256]", string, string2, string3))
Although it should be just:
Код:
 if(sscanf(params, "s[256]", string))
You already had this problem, didn't you?
Reply


Messages In This Thread
Please HELP ME !!! - by MikkaVanBuuren - 20.08.2012, 00:20
Re: Please HELP ME !!! - by Shetch - 20.08.2012, 00:24
Re: Please HELP ME !!! - by MikkaVanBuuren - 20.08.2012, 00:32
Re: Please HELP ME !!! - by Shetch - 20.08.2012, 00:34
Re: Please HELP ME !!! - by MikkaVanBuuren - 20.08.2012, 00:57

Forum Jump:


Users browsing this thread: 2 Guest(s)