[ros-dev] [ros-diffs] [akhaldi] 53404: [VIDEOPRT] * Fix a bad sizeof() that's been with us since r12860 (more than 6 years ago).
Dmitry Gorbachev
gorbachev at reactos.org
Wed Aug 24 04:32:55 UTC 2011
Hi Amine!
> - RtlCopyMemory(AgpServices, &Interface.AgpReservePhysical, sizeof(AgpServices));
> + RtlCopyMemory(AgpServices, &Interface.AgpReservePhysical, sizeof(PVIDEO_PORT_AGP_SERVICES));
You mean sizeof(VIDEO_PORT_AGP_SERVICES), right?
More information about the Ros-dev
mailing list