Fix 'mamer bug' in Chat Boxes
authorH.G. Muller <h.g.muller@hccnet.nl>
Mon, 15 Feb 2010 12:13:56 +0000 (13:13 +0100)
committerArun Persaud <arun@nubati.net>
Sat, 20 Feb 2010 22:58:04 +0000 (14:58 -0800)
False parsing of (*): occurred because of a missing continue.

backend.c

index aa91df7..892b8b6 100644 (file)
--- 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