Author: jordi
Date: 2005-04-28 10:08:26 -0400 (Thu, 28 Apr 2005)
New Revision: 43725

Modified:
   trunk/libgdiplus/src/tiffcodec.c
Log:
init the other members also

Modified: trunk/libgdiplus/src/tiffcodec.c
===================================================================
--- trunk/libgdiplus/src/tiffcodec.c    2005-04-28 14:06:32 UTC (rev 43724)
+++ trunk/libgdiplus/src/tiffcodec.c    2005-04-28 14:08:26 UTC (rev 43725)
@@ -274,7 +274,7 @@
        int j=0;
        BitmapData data;
 
-       data.ByteCount = 0;
+       data.ByteCount = data.Top = data.Left = 0;
        data.Bytes = NULL;
 
        if (tif) {

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to