X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=pgntags.c;fp=pgntags.c;h=616303dffaf569a5573ae5f2aa4d2d896b04b00f;hb=cf26b3e8a4d056c93860f4292d9cd5fc5cb00890;hp=f13eb963cd7dacdb7e30fe2dea6a3a0c560f2b80;hpb=14005df069bf869fc3185ebb19b3460aa041f1bc;p=xboard.git diff --git a/pgntags.c b/pgntags.c index f13eb96..616303d 100644 --- a/pgntags.c +++ b/pgntags.c @@ -119,6 +119,7 @@ ParsePGNTag (char *tag, GameInfo *gameInfo) } else if (StrCaseCmp(name, "VariantMen") == 0) { /* for now ignore this tag, as we have no method yet */ /* for assigning the pieces to XBoard pictograms */ + success = TRUE; } else if (StrCaseCmp(name, PGN_OUT_OF_BOOK) == 0) { /* [AS] Out of book annotation */ success = StrSavePtr(value, &gameInfo->outOfBook) != NULL;