PhotoRec: improve Adobe Photoshop Image .psd file signature

This commit is contained in:
Christophe Grenier 2009-07-16 09:15:47 +02:00
parent a58eeb6ee0
commit fa3c1fe939

View file

@ -44,7 +44,7 @@ const file_hint_t file_hint_psd= {
.register_header_check=&register_header_check_psd
};
static const unsigned char psd_header[4]={'8','B','P','S' };
static const unsigned char psd_header[6]={'8', 'B', 'P', 'S', 0x00, 0x01};
static void register_header_check_psd(file_stat_t *file_stat)
{