diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-10-17 12:48:22 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-10-17 12:48:22 -0400 |
commit | 5dad0407a8715beeb8d2bf1a61253b08421c76b4 (patch) | |
tree | 034b77b4f22dcecd67cf5c4020026703b6b60025 /flash.c | |
parent | 343826ed1667030b1abeb161270e38cb34386a16 (diff) |
stupidity
Diffstat (limited to 'flash.c')
-rw-r--r-- | flash.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |