- Fix penitential crash.

svn path=/trunk/; revision=62703
This commit is contained in:
James Tabor 2014-04-11 00:24:30 +00:00
parent 7fd362dacc
commit fe7aa873be

View file

@ -753,9 +753,9 @@ co_IntCallHookProc(INT HookId,
} }
break; break;
case HCBT_MOVESIZE: case HCBT_MOVESIZE:
if (Common->lParam && lParam) if (Extra && lParam)
{ {
RtlCopyMemory((PVOID) lParam, (PVOID) Common->lParam, sizeof(RECTL)); RtlCopyMemory((PVOID) lParam, Extra, sizeof(RECTL));
} }
break; break;
} }