summaryrefslogtreecommitdiffstats
path: root/src/adv.c
diff options
context:
space:
mode:
authorChristophe Grenier <[email protected]>2007-12-21 08:29:06 +0100
committerChristophe Grenier <[email protected]>2007-12-21 08:29:06 +0100
commitcdb8cbe5fc19346f79922ca25cdc30f7ed88c6d1 (patch)
tree3967e2d9f4e1503ff1a6d0a515d6c75eb2b985fe /src/adv.c
parentb9516d9e097065b0eb5f67e83304bb5e43a2f17e (diff)
In expert mode during RepairMFT, user can choose between MFT and MFTmirror if TestDisk can't find the correct one.
Diffstat (limited to 'src/adv.c')
-rw-r--r--src/adv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/adv.c b/src/adv.c
index 9d622587..c2b3648b 100644
--- a/src/adv.c
+++ b/src/adv.c
@@ -1068,7 +1068,7 @@ int ntfs_boot_sector(disk_t *disk_car, partition_t *partition, const int verbose
dir_partition(disk_car, partition, 0,current_cmd);
break;
case 'M':
- repair_MFT(disk_car, partition, verbose, current_cmd);
+ repair_MFT(disk_car, partition, verbose, expert, current_cmd);
break;
case 'R': /* R : rebuild boot sector */
rebuild_NTFS_BS(disk_car,partition,verbose,dump_ind,1,expert,current_cmd);