ssacnf warning: Format specifier does not match parameter count.
#1

Fixed!
Reply
#2

Код:
if(sscanf(params, "us[256]", target))
u, s[256] = 2 specifiers.
target = 1 parameter.
you forgot 1 parameter
Reply
#3

Fixed!
Reply
#4

Try deleting the s[256] and re-compile. It should work
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)