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

Updated strings in *nix version of external().

parent 93830412
No related branches found
No related tags found
No related merge requests found
...@@ -813,7 +813,7 @@ int sbbs_t::external(char* cmdline, long mode, char* startup_dir) ...@@ -813,7 +813,7 @@ int sbbs_t::external(char* cmdline, long mode, char* startup_dir)
native=true; native=true;
if(!native) { if(!native) {
bprintf("\r\nExternal DOS programs are not yet supported in Synchronet for Linux\r\n"); bprintf("\r\nExternal DOS programs are not yet supported in %s\r\n",VERSION_NOTICE);
return(-1); return(-1);
} }
...@@ -844,7 +844,7 @@ int sbbs_t::external(char* cmdline, long mode, char* startup_dir) ...@@ -844,7 +844,7 @@ int sbbs_t::external(char* cmdline, long mode, char* startup_dir)
if(startup_dir!=NULL && startup_dir[0]) if(startup_dir!=NULL && startup_dir[0])
chdir(startup_dir); chdir(startup_dir);
lprintf("Node %02d executing external: %s",cfg.node_num,cmdline); lprintf("Node %d executing external: %s",cfg.node_num,cmdline);
argv[0]=cmdline; /* point to the beginning of the string */ argv[0]=cmdline; /* point to the beginning of the string */
argc=1; argc=1;
......
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