X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=main.c;fp=main.c;h=0a83cbcf5f083beddd0bc4d971930fa941b550d4;hb=0d25f49537f68e4764c94eaf92d235e205ff5b45;hp=eb25da5abcc7d48eda11d48125c676d025ee78cb;hpb=b7f06bb374f8124619ed399afc3cc6e5cbc808fb;p=pgn-extract diff --git a/main.c b/main.c index eb25da5..0a83cbc 100644 --- a/main.c +++ b/main.c @@ -111,6 +111,7 @@ StateInfo GlobalState = { 0, /* start_file_number */ 0, /* start_position */ LONG_MAX, /* end_position */ + 0, /* computer_flag */ DEFAULT_ECO_FILE, /* eco_file (-e) */ (FILE *)NULL, /* outputfile (-o, -a). Default is stdout */ (char *)NULL, /* output_filename (-o, -a) */