(xundump): Precise value for need_sentinel.
This commit is contained in:
parent
d329c4f8e6
commit
054d59b323
1 changed files with 1 additions and 1 deletions
|
@ -732,7 +732,7 @@ xundump(FILE *fp, char *file, int expected_table)
|
||||||
|
|
||||||
ep = &empfile[type];
|
ep = &empfile[type];
|
||||||
fixed_rows = has_const(ef_cadef(type));
|
fixed_rows = has_const(ef_cadef(type));
|
||||||
need_sentinel = !fixed_rows; /* FIXME only approximation */
|
need_sentinel = !EF_IS_GAME_STATE(type);
|
||||||
|
|
||||||
if (xucolumnheader(fp, type, values) == -1)
|
if (xucolumnheader(fp, type, values) == -1)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue