User Comments For: SWFotEFUSS 1.5.2
By: Elwood
Two things....
First.. Uploaded version does not have these fixes posted on gitup....
Second...
Have you tested changes from gitup? Some of it works but the mudstrlcpy, mudstrlcat strip does not work correctly...
Just fyi :P
First.. Uploaded version does not have these fixes posted on gitup....
Second...
Have you tested changes from gitup? Some of it works but the mudstrlcpy, mudstrlcat strip does not work correctly...
11.c:400:4: error: ‘strlcpy’ was not declared in this scope; did you mean ‘strncpy’? 400 | strlcpy( arg, argument, MAX_INPUT_LENGTH ); | ^~~~~~~ | strncpy 11.c:594:4: error: ‘strlcat’ was not declared in this scope; did you mean ‘strncat’? 594 | strlcat( buf, " missile ", MAX_STRING_LENGTH );
Just fyi :P