[ros-diffs] [cwittich] 20030: fix uninitialized variable warning

cwittich at svn.reactos.com cwittich at svn.reactos.com
Sat Dec 10 01:06:48 CET 2005


fix uninitialized variable warning
Modified: trunk/reactos/subsys/win32k/objects/path.c
  _____  

Modified: trunk/reactos/subsys/win32k/objects/path.c
--- trunk/reactos/subsys/win32k/objects/path.c	2005-12-09 22:58:14 UTC
(rev 20029)
+++ trunk/reactos/subsys/win32k/objects/path.c	2005-12-10 00:06:42 UTC
(rev 20030)
@@ -1021,7 +1021,7 @@

 {
   int    numStrokes, iStroke, i;
   INT  *pNumPointsInStroke;
-  HRGN hrgn;
+  HRGN hrgn = 0;
 
   assert ( pPath!=NULL );
   assert ( pHrgn!=NULL );
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20051210/f0665528/attachment.html


More information about the Ros-diffs mailing list