Skip to content
Snippets Groups Projects
Commit be79228c authored by rswindell's avatar rswindell
Browse files

Can't use SAFECOPY macro in make_cmdline initialization.

parent 6929f36f
No related branches found
No related tags found
No related merge requests found
......@@ -160,7 +160,7 @@ int main(int argc, char **argv)
/* Defaults */
/************/
SAFECOPY(params.install_path,"/usr/local/sbbs");
SAFECOPY(params.make_cmdline,
strcpy(params.make_cmdline,
#if defined(__linux__)
"make"
#else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment