mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:43:04 +00:00
[VIDEOPRT]
* Fix a bad sizeof() that's been with us since r12860 (more than 6 years ago). svn path=/trunk/; revision=53404
This commit is contained in:
parent
1274ff8f6f
commit
d1a36b6e61
1 changed files with 1 additions and 1 deletions
|
@ -111,6 +111,6 @@ VideoPortGetAgpServices(
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
RtlCopyMemory(AgpServices, &Interface.AgpReservePhysical, sizeof(AgpServices));
|
RtlCopyMemory(AgpServices, &Interface.AgpReservePhysical, sizeof(PVIDEO_PORT_AGP_SERVICES));
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue