PhotoRec: fix search for "!/bin/bash" shell script

This commit is contained in:
Christophe Grenier 2008-08-05 09:36:29 +02:00
parent 9194837f07
commit f481d20f14

View file

@ -88,7 +88,7 @@ static const unsigned char header_perlm[7] = "package";
static const unsigned char header_rtf[5] = { '{','\\','r','t','f'};
static const unsigned char header_reg[8] = "REGEDIT4";
static const unsigned char header_sh[9] = "#!/bin/sh";
static const unsigned char header_bash[9] = "#!/bin/bash";
static const unsigned char header_bash[11] = "#!/bin/bash";
static const unsigned char header_slk[10] = "ID;PSCALC3";
static const unsigned char header_stp[13] = "ISO-10303-21;";
static const unsigned char header_ram[7] = "rtsp://";