X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=apply.c;h=c58e16dc6af8ca3ac8216998ffbff523fcf999f9;hb=2941984be26cee5bbb0757ed20172035ed06d2f4;hp=bd7b4721e2467974ad26db29c97a05f2e0d31d9b;hpb=99b227ec8c7dd8bb4116b643cc13ce39189195a0;p=pgn-extract diff --git a/apply.c b/apply.c index bd7b472..c58e16d 100644 --- a/apply.c +++ b/apply.c @@ -903,6 +903,7 @@ play_moves(Game *game_details, Board *board, Move *moves, unsigned max_depth, eco_match = entry; } } + next_move->eco = eco_match; } next_move = next_move->next; }