X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=pgntags.c;h=52cedba9ccf5368f0c9709b0944fbcdb0662ec18;hb=1f070c3ba500547459ad3df71fbdbad1e5b4b4a0;hp=82dfc1d846a26cdee519fa4ed0526e56fb74f11d;hpb=e80c98c04e951e5026a24531cd6316be962636b9;p=xboard.git diff --git a/pgntags.c b/pgntags.c index 82dfc1d..52cedba 100644 --- a/pgntags.c +++ b/pgntags.c @@ -1,7 +1,7 @@ /* * pgntags.c -- Functions to manage PGN tags * - * Copyright 1995, 2009, 2010 Free Software Foundation, Inc. + * Copyright 1995, 2009, 2010, 2011 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * @@ -250,7 +250,7 @@ ReplaceTags(tags, gameInfo) yynewstr(tags); for (;;) { yyboardindex = 0; - moveType = (ChessMove) yylex(); + moveType = (ChessMove) Myylex(); if (moveType == (ChessMove) 0) { break; } else if (moveType == PGNTag) {