]> git.sesse.net Git - pgn-extract/blobdiff - decode.c
Set unknown Elos to zero; we can handle them now.
[pgn-extract] / decode.c
index fa87d3d9b52ad6d5118e4b6e0104bbadbbc644b6..40fc3c881cf6516075dd614ea974252d5cdbf46c 100644 (file)
--- a/decode.c
+++ b/decode.c
@@ -135,6 +135,7 @@ new_move_structure(void)
 
     move->terminating_result = NULL;
     move->epd = NULL;
+    move->bpfen = NULL;
     move->Nags = NULL;
     move->Comment = NULL;
     move->Variants = NULL;