]> granicus.if.org Git - nethack/commitdiff
new context_info struct in compat checks (trunk only)
authornethack.allison <nethack.allison>
Mon, 2 Feb 2004 12:44:58 +0000 (12:44 +0000)
committernethack.allison <nethack.allison>
Mon, 2 Feb 2004 12:44:58 +0000 (12:44 +0000)
lev_main needed to reflect the change too.

util/lev_main.c

index bff466800e260ed64cf6563564f936b9b0492113..b38c029984b3a543db4fea967fcc6bd7b4a80ca4 100644 (file)
@@ -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);