console test / even the smallest patch can be wrong

Jakob Eriksson jakob at vmlinux.org
Mon Sep 22 21:34:34 CDT 2003


-------------- next part --------------
Index: dlls/kernel/tests/console.c
===================================================================
RCS file: /home/wine/wine/dlls/kernel/tests/console.c,v
retrieving revision 1.2
diff -u -r1.2 console.c
--- dlls/kernel/tests/console.c	21 Jun 2003 02:07:10 -0000	1.2
+++ dlls/kernel/tests/console.c	23 Sep 2003 02:23:36 -0000
@@ -70,7 +70,7 @@
 
 static void testCursor(HANDLE hCon, COORD sbSize)
 {
-    COORD		c;
+	COORD		c = {0};
     
     ok(SetConsoleCursorPosition(0, c) == 0, "No handle");
     ok(GetLastError() == ERROR_INVALID_HANDLE, "GetLastError: expecting %u got %lu",


More information about the wine-devel mailing list