From 989bdad3eeab310eadeb01638b16839b58999795 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 28 Feb 2019 22:42:59 -0500 Subject: [PATCH 1/1] Add a warning to avoid CI breakage. --- saveresume.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/saveresume.c b/saveresume.c index ab2e1fe..783e671 100644 --- a/saveresume.c +++ b/saveresume.c @@ -18,7 +18,14 @@ #include "advent.h" #include "dungeon.h" -#define VRSION 29 /* bump on save format change */ +/* + * Bump on save format change. + * + * Note: Verify that the tests run clean before bumping this, then rebuild the check + * files afterwards. Otherwise you will get a spurious failure due to the old version + * having been generated into a check file. + */ +#define VRSION 29 /* * If you change the first three members, the resume function may not properly -- 2.31.1