Paul Vriens : advpack: Fix typos.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Oct 31 15:07:59 CST 2006


Module: wine
Branch: master
Commit: f8268719bf760fb031cdc74e13bf3cd8b4b7c63f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f8268719bf760fb031cdc74e13bf3cd8b4b7c63f

Author: Paul Vriens <paul.vriens.wine at gmail.com>
Date:   Tue Oct 31 15:17:31 2006 +0100

advpack: Fix typos.

---

 dlls/advpack/tests/install.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/advpack/tests/install.c b/dlls/advpack/tests/install.c
index b594a1e..f589a0d 100644
--- a/dlls/advpack/tests/install.c
+++ b/dlls/advpack/tests/install.c
@@ -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);
 




More information about the wine-cvs mailing list