PhotoRec: recover Fotobook .mcf files

This commit is contained in:
Christophe Grenier 2017-03-23 13:39:24 +01:00
parent 115360f5e1
commit 0defdff957

View file

@ -209,6 +209,8 @@ static const txt_header_t fasttxt_headers[] = {
{ "Model {", 7, "mdl"},
/* Windows folder settings for file explorer */
{ "[.ShellClassInfo]", 17, "Desktop.ini" },
/* Fotobook */
{ "<fotobook ", 10, "mcf"},
{NULL, 0, NULL}
};