From d035121219c0e378e729b2d6d1c5cb0076485c72 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Sun, 15 Apr 2001 16:47:26 +0000 Subject: [PATCH] remove_ctrl_a() requires both parms now (no longer C++). --- src/sbbs3/msgtoqwk.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbbs3/msgtoqwk.cpp b/src/sbbs3/msgtoqwk.cpp index 2502baed53..5359d0a144 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); } -- GitLab