Commit 0df9480d authored by Hugh McMaster's avatar Hugh McMaster Committed by Alexandre Julliard

regedit: Import multiple files in one command.

parent 1df0b0f9
......@@ -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]);
......
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