Merge branch 'patch-1' of https://github.com/wesinator/testdisk into wesinator-patch-1
This commit is contained in:
commit
ce4e82ce35
1 changed files with 2 additions and 2 deletions
|
@ -1111,7 +1111,7 @@ static int header_check_txt(const unsigned char *buffer, const unsigned int buff
|
|||
reset_file_recovery(file_recovery_new);
|
||||
file_recovery_new->data_check=&data_check_txt;
|
||||
file_recovery_new->file_check=&file_check_size;
|
||||
/* Dos/Windows bath */
|
||||
/* Dos/Windows batch */
|
||||
file_recovery_new->extension="bat";
|
||||
return 1;
|
||||
}
|
||||
|
@ -1230,7 +1230,7 @@ static int header_check_txt(const unsigned char *buffer, const unsigned int buff
|
|||
reset_file_recovery(file_recovery_new);
|
||||
file_recovery_new->data_check=&data_check_txt;
|
||||
file_recovery_new->file_check=&file_check_size;
|
||||
/* Dos/Windows bath */
|
||||
/* Dos/Windows batch */
|
||||
file_recovery_new->extension="bat";
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue