mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +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;
|
||||
}
|
||||
|
||||
RtlCopyMemory(AgpServices, &Interface.AgpReservePhysical, sizeof(AgpServices));
|
||||
RtlCopyMemory(AgpServices, &Interface.AgpReservePhysical, sizeof(PVIDEO_PORT_AGP_SERVICES));
|
||||
return TRUE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue