[ros-diffs] [weiden] 17035: fixed difference in signedness warning (GCC4)

weiden at svn.reactos.com weiden at svn.reactos.com
Thu Aug 4 00:32:04 CEST 2005


fixed difference in signedness warning (GCC4)
Modified: trunk/reactos/services/umpnpmgr/umpnpmgr.c
  _____  

Modified: trunk/reactos/services/umpnpmgr/umpnpmgr.c
--- trunk/reactos/services/umpnpmgr/umpnpmgr.c	2005-08-03 22:12:15 UTC
(rev 17034)
+++ trunk/reactos/services/umpnpmgr/umpnpmgr.c	2005-08-03 22:31:41 UTC
(rev 17035)
@@ -434,7 +434,7 @@

                            lpValueName,
                            0,
                            DataType,
-                           Buffer,
+                           (const BYTE*)Buffer,
                            Length))
             ret = CR_REGISTRY_ERROR;
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050804/57134e9c/attachment.html


More information about the Ros-diffs mailing list