[ros-diffs] [akhaldi] 53404: [VIDEOPRT] * Fix a bad sizeof() that's been with us since r12860 (more than 6 years ago).

akhaldi at svn.reactos.org akhaldi at svn.reactos.org
Wed Aug 24 02:04:55 UTC 2011


Author: akhaldi
Date: Wed Aug 24 02:04:55 2011
New Revision: 53404

URL: http://svn.reactos.org/svn/reactos?rev=53404&view=rev
Log:
[VIDEOPRT]
* Fix a bad sizeof() that's been with us since r12860 (more than 6 years ago).

Modified:
    trunk/reactos/drivers/video/videoprt/services.c

Modified: trunk/reactos/drivers/video/videoprt/services.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/video/videoprt/services.c?rev=53404&r1=53403&r2=53404&view=diff
==============================================================================
--- trunk/reactos/drivers/video/videoprt/services.c [iso-8859-1] (original)
+++ trunk/reactos/drivers/video/videoprt/services.c [iso-8859-1] Wed Aug 24 02:04:55 2011
@@ -111,6 +111,6 @@
       return FALSE;
    }
 
-   RtlCopyMemory(AgpServices, &Interface.AgpReservePhysical, sizeof(AgpServices));
+   RtlCopyMemory(AgpServices, &Interface.AgpReservePhysical, sizeof(PVIDEO_PORT_AGP_SERVICES));
    return TRUE;
 }




More information about the Ros-diffs mailing list