From: H.G. Muller Date: Mon, 15 Feb 2010 12:13:56 +0000 (+0100) Subject: Fix 'mamer bug' in Chat Boxes X-Git-Tag: v4.4.3.20100220~1 X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=commitdiff_plain;h=8e148170c98dc627c9b5c3599119f2ccc85800e5 Fix 'mamer bug' in Chat Boxes False parsing of (*): occurred because of a missing continue. --- diff --git a/backend.c b/backend.c index aa91df7..892b8b6 100644 --- a/backend.c +++ b/backend.c @@ -2513,6 +2513,7 @@ read_from_ics(isr, closure, data, count, error) parse_pos = 0; parse[0] = NULLCHAR; savingComment = 3 + chattingPartner; // counts as TRUE suppressKibitz = TRUE; + continue; } } // [HGM] chat: end of patch