Revert previous change, it shouldn't be necessary (reported by Rob
Shearman).
This commit is contained in:
parent
4c6149ee0c
commit
4b63ed83cf
|
@ -852,9 +852,7 @@ static DWORD parse_buffer( struct inf_file *file, const WCHAR *buffer, const WCH
|
||||||
struct parser parser;
|
struct parser parser;
|
||||||
const WCHAR *pos = buffer;
|
const WCHAR *pos = buffer;
|
||||||
|
|
||||||
if (*pos == 0xfeff) pos++; /* skip Unicode BOM signature */
|
parser.start = buffer;
|
||||||
|
|
||||||
parser.start = pos;
|
|
||||||
parser.end = end;
|
parser.end = end;
|
||||||
parser.file = file;
|
parser.file = file;
|
||||||
parser.line = NULL;
|
parser.line = NULL;
|
||||||
|
|
Loading…
Reference in New Issue