TestDisk: flush log before asking for partitions to keep

This commit is contained in:
Christophe Grenier 2018-02-07 18:49:25 +01:00
parent d8f272a71c
commit 0112758319

View file

@ -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);