X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=engineoutput.c;fp=engineoutput.c;h=714873dac15427b9990d0f4f0cf49e6f6dc249a1;hb=30ff596d02fea83b3f303273077eccdd02dc928c;hp=af121d6575a953ca0267ead9358076e266aa3560;hpb=7ef586926e86b7f85eecb71c65577eb782800f93;p=xboard.git diff --git a/engineoutput.c b/engineoutput.c index af121d6..714873d 100644 --- a/engineoutput.c +++ b/engineoutput.c @@ -427,6 +427,7 @@ InsertionPoint (int len, EngineOutputData *ed) offs = 0; textEnd[n] = offs + len; scores[n] = newScore; + keys[n] = ed->moveKey; } nrVariations[n] += 2; return offs + strlen(header[ed->which]);