error 047
#1

hy guys i have errors in some game mode this is error:
Код:
error 047: array sizes do not match, or destination array is too small
line:
Код:
temp = strtok(params, idx);
Reply
#2

Size of 'temp' must be equal or bigger than the size of the string returned by strtok. There are many versions circulating. I recommend using sscanf, though.
Reply
#3

Quote:
Originally Posted by Vince
Посмотреть сообщение
Size of 'temp' must be equal or bigger than the size of the string returned by strtok. There are many versions circulating. I recommend using sscanf, though.
I am using sscanf. So how can i fix that?
Reply
#4

pawn Код:
temp[/*thesize*/] = strtok(params, idx);
Reply
#5

Quote:
Originally Posted by xMCx
Посмотреть сообщение
pawn Код:
temp[/*thesize*/] = strtok(params, idx);
hmmmm, what is recommended size?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)