commit 4589213aee5e26a4e928dbfba1f2b82322443320
parent 55830da04fb581f10d6f682f83dc1a7fe1887658
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Mon, 7 Mar 2022 10:23:49 +0100
Update input file format to cope with stardis change
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/green-input.c b/src/green-input.c
@@ -65,7 +65,7 @@ read_green_function
unsigned i;
char* pool_ptr;
const char expected_green_string[] = "GREEN_BIN_FILE:";
- const unsigned expected_file_fmt_version = 3;
+ const unsigned expected_file_fmt_version = 4;
char green_string[sizeof(expected_green_string)];
unsigned file_fmt_version;