PhotoRec: remove a useless call to header_ignored() in src/file_fdb.c
This commit is contained in:
parent
0e6b790d33
commit
e50fae5d6b
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@ static int header_check_fdb(const unsigned char *buffer, const unsigned int buff
|
||||||
if(file_recovery->file_stat!=NULL &&
|
if(file_recovery->file_stat!=NULL &&
|
||||||
file_recovery->file_stat->file_hint==&file_hint_fdb)
|
file_recovery->file_stat->file_hint==&file_hint_fdb)
|
||||||
{
|
{
|
||||||
header_ignored(file_recovery_new);
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
reset_file_recovery(file_recovery_new);
|
reset_file_recovery(file_recovery_new);
|
||||||
|
|
Loading…
Reference in a new issue