fixed difference in signedness warning (GCC4)

svn path=/trunk/; revision=17035
This commit is contained in:
Thomas Bluemel
2005-08-03 22:31:41 +00:00
parent 4e23c74418
commit 9faf200230
+1 -1
View File
@@ -434,7 +434,7 @@ PNP_SetDeviceRegProp(handle_t BindingHandle,
lpValueName,
0,
DataType,
Buffer,
(const BYTE*)Buffer,
Length))
ret = CR_REGISTRY_ERROR;
}