mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
fixed difference in signedness warning (GCC4)
svn path=/trunk/; revision=17035
This commit is contained in:
@@ -434,7 +434,7 @@ PNP_SetDeviceRegProp(handle_t BindingHandle,
|
||||
lpValueName,
|
||||
0,
|
||||
DataType,
|
||||
Buffer,
|
||||
(const BYTE*)Buffer,
|
||||
Length))
|
||||
ret = CR_REGISTRY_ERROR;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user