Revert previous change, it shouldn't be necessary (reported by Rob

Shearman).
This commit is contained in:
Alexandre Julliard 2005-06-01 11:05:47 +00:00
parent 4c6149ee0c
commit 4b63ed83cf
1 changed files with 1 additions and 3 deletions

View File

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