[ros-diffs] [greatlrd] 28260: fix a typo thx jimtablor
greatlrd at svn.reactos.org
greatlrd at svn.reactos.org
Thu Aug 9 11:36:15 CEST 2007
Author: greatlrd
Date: Thu Aug 9 13:36:15 2007
New Revision: 28260
URL: http://svn.reactos.org/svn/reactos?rev=28260&view=rev
Log:
fix a typo thx jimtablor
Modified:
trunk/reactos/subsystems/win32/win32k/eng/bitblt.c
Modified: trunk/reactos/subsystems/win32/win32k/eng/bitblt.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/eng/bitblt.c?rev=28260&r1=28259&r2=28260&view=diff
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/eng/bitblt.c (original)
+++ trunk/reactos/subsystems/win32/win32k/eng/bitblt.c Thu Aug 9 13:36:15 2007
@@ -955,7 +955,7 @@
ProbeForRead(upDestRect, sizeof(RECTL), 1);
RtlCopyMemory(&DestRect,upDestRect, sizeof(RECTL));
ProbeForRead(upSourceRect, sizeof(RECTL), 1);
- RtlCopyMemory(&Source, upSourceRect, sizeof(RECTL));
+ RtlCopyMemory(&SourceRect, upSourceRect, sizeof(RECTL));
}
_SEH_HANDLE
More information about the Ros-diffs
mailing list