fixed difference in signedness warning (GCC4)
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; }