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

Needed to continue parse loop after detecting a kludge line.

parent 788cce38
Branches
Tags
No related merge requests found
......@@ -184,6 +184,7 @@ bool sbbs_t::qwktomsg(FILE *qwk_fp, char *hdrblk, char fromhub, uint subnum
}
k+=strlen(qwkbuf+k);
header_cont=false;
continue;
}
if(!taillen && qwkbuf[k]==SP && col==3 && bodylen>=3
&& body[bodylen-3]=='-' && body[bodylen-2]=='-'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment