fix uninitialized variable warning

svn path=/trunk/; revision=20030
This commit is contained in:
Christoph von Wittich 2005-12-10 00:06:42 +00:00
parent 7df88f7230
commit af69de1b67

View file

@ -1021,7 +1021,7 @@ PATH_PathToRegion ( GdiPath *pPath, INT nPolyFillMode, HRGN *pHrgn )
{
int numStrokes, iStroke, i;
INT *pNumPointsInStroke;
HRGN hrgn;
HRGN hrgn = 0;
assert ( pPath!=NULL );
assert ( pHrgn!=NULL );