From 054d59b323ecc02ace2b3d2028411acdce0c3820 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Wed, 8 Feb 2006 22:02:13 +0000 Subject: [PATCH] (xundump): Precise value for need_sentinel. --- src/lib/common/xundump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/common/xundump.c b/src/lib/common/xundump.c index a79a05d1a..b9fccfdd1 100644 --- a/src/lib/common/xundump.c +++ b/src/lib/common/xundump.c @@ -732,7 +732,7 @@ xundump(FILE *fp, char *file, int expected_table) ep = &empfile[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) return -1; -- 2.43.0