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

system() doesn't work. Gotta implement execlvp (or something) later.

parent 8bde5591
No related branches found
No related tags found
No related merge requests found
......@@ -780,7 +780,7 @@ int sbbs_t::external(char* cmdline, long mode, char* startup_dir)
if(startup_dir!=NULL && startup_dir[0])
chdir(startup_dir);
system(cmdline); /* This is going to be a lot of work for me... :-) */
// system(cmdline); /* This is going to be a lot of work for me... :-) */
return(0);
}
......
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