Commit 4b63ed83 authored by Alexandre Julliard's avatar Alexandre Julliard

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

Shearman).
parent 4c6149ee
...@@ -852,9 +852,7 @@ static DWORD parse_buffer( struct inf_file *file, const WCHAR *buffer, const WCH ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment