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

Fixed minor bug introduced in rev 1.16 of this file when detecting invalid scan

ptr value, sets last_read msg num along with ptr to actual last message num.
parent af20dadd
No related branches found
No related tags found
No related merge requests found
......@@ -135,7 +135,7 @@ bool sbbs_t::pack_rep(uint hubnum)
if(!msgs || last<=subscan[j].ptr) {
if(subscan[j].ptr>last) {
subscan[j].ptr=last;
subscan[j].ptr=last; }
subscan[j].last=last; }
eprintf(LOG_INFO,remove_ctrl_a(text[NScanStatusFmt],tmp)
,cfg.grp[cfg.sub[j]->grp]->sname
,cfg.sub[j]->lname,0L,msgs);
......
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