TestDisk: flush log before asking for partitions to keep
This commit is contained in:
parent
d8f272a71c
commit
0112758319
1 changed files with 1 additions and 0 deletions
|
@ -1408,6 +1408,7 @@ int interface_recovery(disk_t *disk_car, const list_part_t * list_part_org, cons
|
|||
}
|
||||
#endif
|
||||
}
|
||||
log_flush();
|
||||
do
|
||||
{
|
||||
list_part=ask_structure(disk_car,list_part,verbose,current_cmd);
|
||||
|
|
Loading…
Reference in a new issue