diff options
| author | robi <robi> | 2011-05-15 19:11:22 +0000 |
|---|---|---|
| committer | robi <robi> | 2011-05-15 19:11:22 +0000 |
| commit | 7c887a9e437e5e842a1ad0450101ee99be7ed626 (patch) | |
| tree | 4b5bf0731104a90be151c3e4746da6e826e344f6 /src/ext4magic.c | |
| parent | c9ddfc8fe6e3356f3da578dae3c7b0276be32e39 (diff) | |
first step, magic_scan_engine ext4
Diffstat (limited to 'src/ext4magic.c')
| -rw-r--r-- | src/ext4magic.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ext4magic.c b/src/ext4magic.c index f284870..5b0899a 100644 --- a/src/ext4magic.c +++ b/src/ext4magic.c @@ -1004,8 +1004,11 @@ if ((mode & COMMAND_INODE) && (mode & RECOVER_INODE)) imap = NULL; if (bmap && (!(current_fs->super->s_feature_incompat & EXT3_FEATURE_INCOMPAT_EXTENTS))) magic_block_scan3(des_dir, t_after); - else + else{ if (bmap) printf("The MAGIC Funktion is currently only for ext3 filesystems available\n"); +// magic_block_scan4(des_dir,t_after); + + } } clear_dir_list(dir); } |
