reg: Use the correct return codes during the import operation.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
56e58e47af
commit
5de883cc9f
@ -1016,12 +1016,6 @@ int reg_import(const WCHAR *filename)
|
|||||||
|
|
||||||
if (parser.reg_version == REG_VERSION_INVALID)
|
if (parser.reg_version == REG_VERSION_INVALID)
|
||||||
goto error;
|
goto error;
|
||||||
else if (parser.reg_version == REG_VERSION_40 || parser.reg_version == REG_VERSION_50)
|
|
||||||
{
|
|
||||||
FIXME(": operation not yet implemented\n");
|
|
||||||
heap_free(parser.value_name);
|
|
||||||
goto error;
|
|
||||||
}
|
|
||||||
|
|
||||||
heap_free(parser.value_name);
|
heap_free(parser.value_name);
|
||||||
close_key(&parser);
|
close_key(&parser);
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user