summaryrefslogtreecommitdiff
path: root/src/magic_block_scan.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/magic_block_scan.c')
-rw-r--r--src/magic_block_scan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/magic_block_scan.c b/src/magic_block_scan.c
index 97f38e3..85bf75d 100644
--- a/src/magic_block_scan.c
+++ b/src/magic_block_scan.c
@@ -113,7 +113,7 @@ return new;
static struct found_data_t* recover_file_data(char *des_dir, struct found_data_t* this, __u32 *follow){
- recover_file(des_dir,"MAGIC_3",this->name,(struct ext2_inode*)this->inode, 0 , 1);
+ recover_file(des_dir,"MAGIC-3",this->name,(struct ext2_inode*)this->inode, 0 , 1);
free_file_data(this);
*follow = 0;
return NULL;