PhotoRec: increase .qxd minimal filesize
This commit is contained in:
parent
5b68d5ea95
commit
92ea81636a
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ static int header_check_qxp(const unsigned char *buffer, const unsigned int buff
|
||||||
/* Intel or Mac QuarkXpress Document */
|
/* Intel or Mac QuarkXpress Document */
|
||||||
reset_file_recovery(file_recovery_new);
|
reset_file_recovery(file_recovery_new);
|
||||||
file_recovery_new->extension="qxp";
|
file_recovery_new->extension="qxp";
|
||||||
file_recovery_new->min_filesize=6;
|
file_recovery_new->min_filesize=8;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue