summaryrefslogtreecommitdiff
path: root/flash.c
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-10-17 12:48:22 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-10-17 12:48:22 -0400
commit5dad0407a8715beeb8d2bf1a61253b08421c76b4 (patch)
tree034b77b4f22dcecd67cf5c4020026703b6b60025 /flash.c
parent343826ed1667030b1abeb161270e38cb34386a16 (diff)
stupidity
Diffstat (limited to 'flash.c')
-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