summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/flash.c b/flash.c
index 35ce0f2..d69653b 100644
--- a/flash.c
+++ b/flash.c
@@ -14,8 +14,8 @@
#include <mhash.h>
#include <glib.h>
-#define MAINFILE "/root/mem->copy"
-#define BACKUPFILE "/root/mem->bup"
+#define MAINFILE "/root/flash.copy"
+#define BACKUPFILE "/root/flash.bup"
#define PERSIST_ERR_COULDNTREADHDR 1
#define PERSIST_ERR_HDRLENMISMATCH 2