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

Don't expand @-codes in string variables passed to the PRINTSTR function.

parent 3ae51977
No related branches found
No related tags found
No related merge requests found
......@@ -1766,7 +1766,7 @@ int sbbs_t::exec(csi_t *csi)
outchar(csi->cmd&0x7f);
return(0);
case CS_PRINTSTR:
putmsg(csi->str,P_SAVEATR|P_NOABORT);
putmsg(csi->str,P_SAVEATR|P_NOABORT|P_NOATCODES);
return(0);
case CS_CMD_HOME:
if(csi->cmdrets<MAX_CMDRETS)
......
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