Commit f8268719 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

advpack: Fix typos.

parent 97e598b6
......@@ -235,8 +235,8 @@ static void test_LaunchINFSectionEx()
/* try an invalid CAB filename */
lstrcpy(cmdline, CURR_DIR);
lstrcpy(cmdline, "\\");
lstrcpy(cmdline, "test.inf,DefaultInstall,c:imacab.cab,4");
lstrcat(cmdline, "\\");
lstrcat(cmdline, "test.inf,DefaultInstall,c:imacab.cab,4");
hr = pLaunchINFSectionEx(NULL, NULL, cmdline, 0);
ok(hr == 0, "Expected 0, got %d\n", hr);
......
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