diff options
author | robi <robi> | 2011-04-03 15:10:39 +0000 |
---|---|---|
committer | robi <robi> | 2011-04-03 15:10:39 +0000 |
commit | fb92be8d753bff01ea506564abd14f0398e16d47 (patch) | |
tree | 2d7614b21366314da907dd262bdb02445786b626 /src/util.h | |
parent | 95dfaf3cf990cf2b4eda22a34a44af20f29f5f32 (diff) |
recover-all-mode if possible
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ #define RECOV_ALL 0x8000 #define HIST_DIR 0x0800 #define REC_FILTER 0xF800 -#define REC_DIR_NEEDED RECOV_ALL | RECOV_DEL +#define REC_DIR_NEEDED (RECOV_ALL | RECOV_DEL) //Definitions to magic scan functions #define M_SIZE 0x00003FFF |