Adjust Header to be non Nul Terminated

This commit is contained in:
2022-09-25 22:16:33 +02:00
parent 6e27fc27fb
commit a50d89f4aa
5 changed files with 15 additions and 13 deletions
+4
View File
@@ -19,4 +19,8 @@
#define SIMDATABASE "sim.bin"
#define LOGBOOK "logbook.bin"
#define LOGBOOK_HEADER "VGAL"
#define RECORDING_HEADER "VGAR"
#define SIMDATABASE_HEADER "VGAS"
#endif