diff options
| author | citrons <citrons@mondecitronne.com> | 2023-10-12 16:34:02 -0500 |
|---|---|---|
| committer | citrons <citrons@mondecitronne.com> | 2023-10-12 16:34:02 -0500 |
| commit | f0e8f2debfe034e5929a6d0f1b6814fd5304669d (patch) | |
| tree | 5132af0897244361b8c77aeb4e421018b6b57441 | |
| parent | d1ba7e3713cd999635104591295d1923235c9289 (diff) | |
break all existing save files for no reason
| -rw-r--r-- | save.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ typedef char filename[4096]; -#define MAGIC 0xBEE10D5 +#define MAGIC 0xBEE01D5 #define SCHEMA 0 static const char *pref_path() { |
