X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=main.c;h=0a83cbcf5f083beddd0bc4d971930fa941b550d4;hb=HEAD;hp=ec4df57cdf0e356223ab6ab49746762a21d87fc9;hpb=be3167c9e0220a4ee3e8b5c5f813fb2627d1ce55;p=pgn-extract diff --git a/main.c b/main.c index ec4df57..0a83cbc 100644 --- a/main.c +++ b/main.c @@ -107,8 +107,11 @@ StateInfo GlobalState = { "MATCH", /* position_match_comment (--markpositionmatches) */ (char *)NULL, /* current_input_file */ NORMALFILE, /* current_file_type */ + -1, /* current_file_number */ + 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) */