mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Cast the right pointer to the structure.
Fix bug 783. Thanks GvG. svn path=/trunk/; revision=18005
This commit is contained in:
@@ -3737,7 +3737,7 @@ done:
|
||||
{
|
||||
if (DeviceInfoData)
|
||||
{
|
||||
struct DeviceInfoElement *deviceInfo = (struct DeviceInfoElement *)DeviceInfoData;
|
||||
struct DeviceInfoElement *deviceInfo = (struct DeviceInfoElement *)DeviceInfoData->Reserved;
|
||||
deviceInfo->Flags |= DI_DIDCOMPAT;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user