diff --git a/src/sbbs3/msgtoqwk.cpp b/src/sbbs3/msgtoqwk.cpp index 2502baed53b5e50ae88371efc2baad1c82f47843..5359d0a144d11e158bdb7910219f112b35e1207f 100644 --- a/src/sbbs3/msgtoqwk.cpp +++ b/src/sbbs3/msgtoqwk.cpp @@ -279,7 +279,7 @@ ulong sbbs_t::msgtoqwk(smbmsg_t* msg, FILE *qwk_fp, long mode, int subnum ,ch,"Synchronet",ch,cfg.sub[subnum]->tagline); strcat(str,tmp); if(!(mode&A_LEAVE)) - remove_ctrl_a(str); + remove_ctrl_a(str,NULL); fwrite(str,strlen(str),1,qwk_fp); size+=strlen(str); }