14.06.2010, 03:38
I figured its not my script, but a filterscript i was trying out..
Here is how it looks where i think its giving the problem:
And
---------------------------^ I would like to know how to include the sizes there
I think this is a way to fix this one also:
Here is how it looks where i think its giving the problem:
Код:
if (!sscanf(buffer_str, BUFFER_READ_FORMAT , BUFFER_PARAMS(point)))
Код:
else if (!sscanf(buffer_str, OLD_BUF_READ_FORMAT, OLD_BUF_PARAMS(point)))
I think this is a way to fix this one also:
Код:
if (sscanf(params, "ds["#MAX_POINT_NAME_LENGHT"]", para, name))