PhotoRec: Using bgz extension instead of gz for bgziped files
This commit is contained in:
parent
cdde95797e
commit
2656670253
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ static int header_check_bgzf(const unsigned char *buffer, const unsigned char *b
|
|||
file_recovery_new->extension="csi";
|
||||
return 1;
|
||||
}
|
||||
file_recovery_new->extension=file_hint_gz.extension;
|
||||
file_recovery_new->extension="bgz";
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue