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

remove_ctrl_a() requires both parms now (no longer C++).

parent fbada04a
Branches
Tags
No related merge requests found
...@@ -279,7 +279,7 @@ ulong sbbs_t::msgtoqwk(smbmsg_t* msg, FILE *qwk_fp, long mode, int subnum ...@@ -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); ,ch,"Synchronet",ch,cfg.sub[subnum]->tagline);
strcat(str,tmp); strcat(str,tmp);
if(!(mode&A_LEAVE)) if(!(mode&A_LEAVE))
remove_ctrl_a(str); remove_ctrl_a(str,NULL);
fwrite(str,strlen(str),1,qwk_fp); fwrite(str,strlen(str),1,qwk_fp);
size+=strlen(str); } size+=strlen(str); }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment