From 49adface4481b5dafc23fa8f20dbceb14050ff01 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Tue, 6 Aug 2002 10:24:31 +0000 Subject: [PATCH] Needed to continue parse loop after detecting a kludge line. --- src/sbbs3/qwktomsg.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sbbs3/qwktomsg.cpp b/src/sbbs3/qwktomsg.cpp index 3c5c1b63ff..ac79ab1fa4 100644 --- a/src/sbbs3/qwktomsg.cpp +++ b/src/sbbs3/qwktomsg.cpp @@ -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]=='-' -- GitLab