diff options
author | Christophe Grenier <[email protected]> | 2011-07-15 07:21:44 +0200 |
---|---|---|
committer | Christophe Grenier <[email protected]> | 2011-07-15 07:21:44 +0200 |
commit | a3a6d6a8eb4b52455e67990fbf43766ac508fef8 (patch) | |
tree | d529863505123d4ac184ad7a1c34d3654b99d7e3 | |
parent | 4f068f39cba664fa23b5e84f5661a54301fbb5dc (diff) |
New scarrier message for NTFS MFT fixing
-rw-r--r-- | src/ntfs_fix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ntfs_fix.c b/src/ntfs_fix.c index a911a573..2da42ddc 100644 --- a/src/ntfs_fix.c +++ b/src/ntfs_fix.c @@ -213,7 +213,7 @@ int repair_MFT(disk_t *disk_car, partition_t *partition, const int verbose, cons { /* Use MFT mirror */ #ifdef HAVE_NCURSES - if(ask_confirmation("Fix MFT using its mirror ? (Y/N) - DANGEROUS NON REVERSIBLE OPERATION")!=0) + if(ask_confirmation("Fix MFT using its mirror ? (Y/N) - DANGEROUS NON REVERSIBLE OPERATION\nUse it ONLY IF Windows failed to access this filesystem.")!=0) use_MFT=2; else #endif |