From 527214c7ee648cccbe4abbb11bde298b7b52141b Mon Sep 17 00:00:00 2001 From: Adam Spragg Date: Mon, 16 May 2022 09:44:30 +0100 Subject: Label file Format 0 explicitly as Format 0 --- src/metastore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/metastore.h') diff --git a/src/metastore.h b/src/metastore.h index bedad6c..612b55b 100644 --- a/src/metastore.h +++ b/src/metastore.h @@ -24,7 +24,7 @@ /* Each file starts with SIGNATURE and VERSION */ #define SIGNATURE "MeTaSt00r3" #define SIGNATURELEN 10 -#define VERSION "\0\0\0\0\0\0\0\0" +#define VERSION_0 "\0\0\0\0\0\0\0\0" #define VERSIONLEN 8 /* Default filename */ -- cgit v1.2.1