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

Added missing cmdstr() call for hotkeys.

parent f2c3a07a
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,7 @@ char sbbs_t::inkey(long mode)
CRLF;
}
hotkey_inside++;
external(cfg.hotkey[i]->cmd,0);
external(cmdstr(cfg.hotkey[i]->cmd,nulstr,nulstr,NULL),0);
hotkey_inside--;
if(!(sys_status&SS_SPLITP)) {
CRLF;
......
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