console test / even the smallest patch can be wrong

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




you can also send it to the wrong list... *sigh*


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",


[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux