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

Fixed typo in spymsg.

parent 3938e1d9
No related branches found
No related tags found
No related merge requests found
......@@ -182,7 +182,7 @@ int sbbs_t::protocol(char *cmdline, int cd)
//lprintf("%s",cmdline);
if(cd)
p=cfg.temp_dir;
sprintf(msg,"Transferring ",cmdline);
sprintf(msg,"Transferring %s",cmdline);
spymsg(msg);
sys_status|=SS_FILEXFER;
i=external(cmdline,EX_OUTL,p);
......
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