projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
cb580bd
)
Fix 'mamer bug' in Chat Boxes
author
H.G. Muller
<h.g.muller@hccnet.nl>
Mon, 15 Feb 2010 12:13:56 +0000 (13:13 +0100)
committer
Arun 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
patch
|
blob
|
history
diff --git
a/backend.c
b/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