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

Added missing local variable.

parent 4338577f
No related branches found
No related tags found
No related merge requests found
...@@ -727,6 +727,7 @@ int sbbs_t::external(char* cmdline, long mode, char* startup_dir) ...@@ -727,6 +727,7 @@ int sbbs_t::external(char* cmdline, long mode, char* startup_dir)
char fname[128]; char fname[128];
char* p; char* p;
bool native=false; // DOS program by default bool native=false; // DOS program by default
int i;
if(cmdline[0]=='*') { /* Baja module */ if(cmdline[0]=='*') { /* Baja module */
sprintf(str,"%.*s",sizeof(str)-1,cmdline+1); 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