Re: setupapi: Fix parsing of UCS-16 files
26 Apr
2006
26 Apr
'06
11:02 a.m.
Am Mittwoch, den 26.04.2006, 15:42 +0100 schrieb Robert Shearman:
+ if (*new_buff == 0xfeff) + new_buff++;
.. new_buff, (WCHAR *)((char*)new_buff +size), error_line );
This points behind the End of the File-Mapping, when you skip the BOM. The Pointer to the End of the Data is still: (WCHAR *)((char*)buffer+size -- By By ... ... Detlef
7260
Age (days ago)
7260
Last active (days ago)
0 comments
1 participants
participants (1)
-
Detlef Riekenberg