PhotoRec: Using bgz extension instead of gz for bgziped files

This commit is contained in:
Christophe Grenier 2018-04-11 14:48:44 +02:00
parent cdde95797e
commit 2656670253

View file

@ -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;
}