sscanf warning
#3

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:

Код:
if (!sscanf(buffer_str, BUFFER_READ_FORMAT , BUFFER_PARAMS(point)))
And

Код:
else if (!sscanf(buffer_str, OLD_BUF_READ_FORMAT, OLD_BUF_PARAMS(point)))
---------------------------^ I would like to know how to include the sizes there

I think this is a way to fix this one also:

Код:
if (sscanf(params, "ds["#MAX_POINT_NAME_LENGHT"]", para, name))
Reply


Messages In This Thread
sscanf warning - by [L3th4l] - 13.06.2010, 13:17
Re: sscanf warning - by Nero_3D - 13.06.2010, 13:22
Re: sscanf warning - by [L3th4l] - 14.06.2010, 03:38

Forum Jump:


Users browsing this thread: 1 Guest(s)