sscanf2 problem.
#1

I just open my server and this errores appears:

Код:
sscanf warning: Format specifier does not match parameter count.
sscanf warning: Format specifier does not match parameter count.
sscanf warning: Format specifier does not match parameter count.
can anyone help me?
Reply
#2

good to know
Reply
#3

is a command that you have badly put the sscanf2, look good
Reply
#4

That happens when you have something like that :
PHP код:
sscanf(string"ii"variable1); 
A second integer as a variable is missing
Reply
#5

Quote:
Originally Posted by Dayrion
Посмотреть сообщение
That happens when you have something like that :
PHP код:
sscanf(string"ii"variable1); 
A second integer as a variable is missing
Aah I found the problem! Thanks you Dayrion !!!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)