Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-DIBitmap
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21083/Win32-GUI-DIBitmap

Modified Files:
        DIBitmap.xs 
Log Message:
Mark up possible error

Index: DIBitmap.xs
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-DIBitmap/DIBitmap.xs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** DIBitmap.xs 3 Aug 2006 22:24:37 -0000       1.3
--- DIBitmap.xs 15 Jul 2007 19:19:44 -0000      1.4
***************
*** 1611,1614 ****
--- 1611,1615 ----
          }
          else
+             /* XXX this looks wrong - the cast should be to UINT, not BYTE??? 
*/
            *((UINT*)&value) = (BYTE) SvIV(ST(3));
        }


Reply via email to