PhotoRec: bugfix, reset file_rename pointer in reset_file_recovery()
This commit is contained in:
parent
30213c7fed
commit
73d4b9ab3d
1 changed files with 1 additions and 0 deletions
|
@ -305,6 +305,7 @@ void reset_file_recovery(file_recovery_t *file_recovery)
|
|||
file_recovery->calculated_file_size=0;
|
||||
file_recovery->data_check=NULL;
|
||||
file_recovery->file_check=NULL;
|
||||
file_recovery->file_rename=NULL;
|
||||
file_recovery->offset_error=0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue