summaryrefslogtreecommitdiff
path: root/src/metastore.h
diff options
context:
space:
mode:
authorAdam Spragg <adam@spra.gg>2022-05-16 09:44:30 +0100
committerAdam Spragg <adam@spra.gg>2022-05-18 17:19:15 +0100
commit527214c7ee648cccbe4abbb11bde298b7b52141b (patch)
tree970be2b4d7693bf231d5be170326f49b2776c476 /src/metastore.h
parentfe09dabc0d7684075bd06b50132250ce7dfa1bb0 (diff)
Label file Format 0 explicitly as Format 0
Diffstat (limited to 'src/metastore.h')
-rw-r--r--src/metastore.h2
1 files changed, 1 insertions, 1 deletions
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 */