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

%s is also used for the startup directory

parent 584aabfe
Branches
Tags
No related merge requests found
......@@ -1903,7 +1903,7 @@ char* sbbs_t::cmdstr(const char *instr, const char *fpath, const char *fspec, ch
case 'R': /* Rows */
strncat(cmd,ultoa(rows,str,10), avail);
break;
case 'S': /* File Spec (or Baja command str) */
case 'S': /* File Spec (or Baja command str) or startup-directory */
strncat(cmd, fspec, avail);
break;
case 'T': /* Time left in seconds */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment