From aa6f3df889da96a351e94daf80f2b7ee25542791 Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Mon, 2 Feb 2004 12:44:58 +0000 Subject: [PATCH] new context_info struct in compat checks (trunk only) lev_main needed to reflect the change too. --- util/lev_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/lev_main.c b/util/lev_main.c index bff466800..b38c02998 100644 --- a/util/lev_main.c +++ b/util/lev_main.c @@ -977,7 +977,7 @@ long flgs; uchar len; static struct version_info version_data = { VERSION_NUMBER, VERSION_FEATURES, - VERSION_SANITY1, VERSION_SANITY2 + VERSION_SANITY1, VERSION_SANITY2, VERSION_SANITY3 }; Write(fd, &version_data, sizeof version_data);