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/en…
==============================================================================
--- 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