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

Added missing local variable.

parent 4338577f
Branches
Tags
No related merge requests found
......@@ -727,6 +727,7 @@ int sbbs_t::external(char* cmdline, long mode, char* startup_dir)
char fname[128];
char* p;
bool native=false; // DOS program by default
int i;
if(cmdline[0]=='*') { /* Baja module */
sprintf(str,"%.*s",sizeof(str)-1,cmdline+1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment