]> git.sesse.net Git - pgn-extract/blobdiff - main.c
Add code to dump out the ECO names by hash.
[pgn-extract] / main.c
diff --git a/main.c b/main.c
index 5439f117db42d4a9b42ee2ffe18267da3fa6d573..218793a0f7005bf5d352faa0ed85c7d80b4fb058 100644 (file)
--- a/main.c
+++ b/main.c
@@ -102,6 +102,7 @@ StateInfo GlobalState = {
     FALSE,                /* add_position_match_comments (--markmatches) */
     FALSE,                /* output_total_plycount (--totalplycount) */
     FALSE,                /* add_hashcode_tag (--addhashcode) */
+    FALSE,                /* dump-eco (--dumpeco) */
     "MATCH",             /* position_match_comment (--markpositionmatches) */
     (char *)NULL,         /* current_input_file */
     NORMALFILE,           /* current_file_type */