X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.c;h=0e0a5b891ce958e3c3c0128dbf91a1819be6a46c;hb=4176af9f411840bc9806909dcd04f359a72d8629;hp=fd955fe1f30ce798e0e8efd49c21ee80eda83b78;hpb=f25baeff5c938adec15bfd8c54094dddc112802d;p=xboard.git diff --git a/backend.c b/backend.c index fd955fe..0e0a5b8 100644 --- a/backend.c +++ b/backend.c @@ -9246,7 +9246,7 @@ FakeBookMove: // [HGM] book: we jump here to simulate machine moves after book h cps->useSigterm = FALSE; } if (strncmp(message, "feature ", 8) == 0) { // [HGM] moved forward to pre-empt non-compliant commands - ParseFeatures(message+8, cps); if(tryNr < 3) tryNr = 3; + ParseFeatures(message+8, cps); if(tryNr && tryNr < 3) tryNr = 3; return; // [HGM] This return was missing, causing option features to be recognized as non-compliant commands! }