[ros-diffs] [jgardou] 46575: [WIN32K] DC_SetOwnerShip : return FALSE on failure

jgardou at svn.reactos.org jgardou at svn.reactos.org
Mon Mar 29 23:53:24 CEST 2010


Author: jgardou
Date: Mon Mar 29 23:53:24 2010
New Revision: 46575

URL: http://svn.reactos.org/svn/reactos?rev=46575&view=rev
Log:
[WIN32K]
DC_SetOwnerShip : return FALSE on failure

Modified:
    branches/reactos-yarotows/subsystems/win32/win32k/objects/dclife.c

Modified: branches/reactos-yarotows/subsystems/win32/win32k/objects/dclife.c
URL: http://svn.reactos.org/svn/reactos/branches/reactos-yarotows/subsystems/win32/win32k/objects/dclife.c?rev=46575&r1=46574&r2=46575&view=diff
==============================================================================
--- branches/reactos-yarotows/subsystems/win32/win32k/objects/dclife.c [iso-8859-1] (original)
+++ branches/reactos-yarotows/subsystems/win32/win32k/objects/dclife.c [iso-8859-1] Mon Mar 29 23:53:24 2010
@@ -386,7 +386,7 @@
     INT Index;
     PGDI_TABLE_ENTRY Entry;
     PDC pDC;
-    BOOL ret;
+    BOOL ret = FALSE;
 
     /* FIXME: This function has broken error handling */
 




More information about the Ros-diffs mailing list