PhotoRec: raise maxium size of SketchUp .skp to 500MB
This commit is contained in:
parent
aa6a98205a
commit
801af57731
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ static void register_header_check_skp(file_stat_t *file_stat);
|
|||
const file_hint_t file_hint_skp= {
|
||||
.extension="skp",
|
||||
.description="SketchUp",
|
||||
.max_filesize=10*1024*1024,
|
||||
.max_filesize=500*1024*1024,
|
||||
.recover=1,
|
||||
.enable_by_default=1,
|
||||
.register_header_check=®ister_header_check_skp
|
||||
|
|
Loading…
Reference in a new issue