mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
- Fix penitential crash.
svn path=/trunk/; revision=62703
This commit is contained in:
@@ -753,9 +753,9 @@ co_IntCallHookProc(INT HookId,
|
||||
}
|
||||
break;
|
||||
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user