Skip to content
Snippets Groups Projects
Commit 79e20c8d authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

This strcpy() needs to remain as was (caught be GCC).

parent 03760e03
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #1820 passed
......@@ -543,7 +543,7 @@ size_t sbbs_t::gettmplt(char *strout, const char *templt, long mode)
attr(LIGHTGRAY);
CRLF;
if(!(sys_status&SS_ABORT))
SAFECOPY(strout,str);
strcpy(strout,str); // Not SAFECOPY()able
return(c);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment