diff options
Diffstat (limited to 'src/phbs.c')
-rw-r--r-- | src/phbs.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -145,7 +145,6 @@ pstatus_t photorec_find_blocksize(struct ph_param *params, const struct ph_optio if(file_recovery.data_check!=NULL) res=file_recovery.data_check(buffer_olddata, 2*blocksize, &file_recovery); file_recovery.file_size+=blocksize; - file_recovery.file_size_on_disk+=blocksize; if(res==DC_STOP || res==DC_ERROR) { /* EOF found */ |