regedit: Import multiple files in one command.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
1df0b0f986
commit
0df9480d2d
@ -262,7 +262,8 @@ BOOL ProcessCmdLine(LPSTR lpCmdLine)
|
||||
exit(1);
|
||||
}
|
||||
|
||||
PerformRegAction(action, argv, &i);
|
||||
for (; i < argc; i++)
|
||||
PerformRegAction(action, argv, &i);
|
||||
|
||||
for (i = 0; i < argc; i++)
|
||||
HeapFree(GetProcessHeap(), 0, argv[i]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user