mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 09:11:42 +00:00
[REG] Sync with Wine 3.0. CORE-14225
This commit is contained in:
parent
d71285065d
commit
b50acff2bf
31 changed files with 564 additions and 56 deletions
|
@ -785,6 +785,9 @@ static WCHAR *hex_data_state(struct parser *parser, WCHAR *pos)
|
|||
{
|
||||
WCHAR *line = pos;
|
||||
|
||||
if (!*line)
|
||||
goto set_value;
|
||||
|
||||
if (!convert_hex_csv_to_hex(parser, &line))
|
||||
goto invalid;
|
||||
|
||||
|
@ -796,6 +799,7 @@ static WCHAR *hex_data_state(struct parser *parser, WCHAR *pos)
|
|||
|
||||
prepare_hex_string_data(parser);
|
||||
|
||||
set_value:
|
||||
set_state(parser, SET_VALUE);
|
||||
return line;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue