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

Fixed bug in twit filtering code (recursive use of str).

parent 7a057e33
No related branches found
No related tags found
No related merge requests found
......@@ -346,9 +346,9 @@ bool sbbs_t::unpack_rep(char* repfile)
truncsp(str);
if(findstr(str,fname)) {
sprintf(str,"Filtering post from twit (%s) on %s %s"
sprintf(tmp,"Filtering post from twit (%s) on %s %s"
,str,cfg.grp[cfg.sub[n]->grp]->sname,cfg.sub[n]->lname);
logline("P!",str);
logline("P!",tmp);
continue;
}
}
......
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