PhotoRec: Log the sector number when a FAT directory is found
This commit is contained in:
parent
e0faac2bd7
commit
0a9c6354a6
1 changed files with 2 additions and 0 deletions
|
@ -322,6 +322,8 @@ static int photorec_aux(disk_t *disk_car, partition_t *partition, const int verb
|
|||
dir_list=dir_fat_aux(buffer,read_size,0,0);
|
||||
if(dir_list!=NULL)
|
||||
{
|
||||
log_info("Sector %lu\n",
|
||||
(unsigned long)(file_recovery.location.start/disk_car->sector_size));
|
||||
dir_aff_log(NULL, dir_list);
|
||||
delete_list_file(dir_list);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue