mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
Don't write to user space after an error. We do write if TRUE.
svn path=/trunk/; revision=28229
This commit is contained in:
@@ -1213,7 +1213,7 @@ NtGdiGetDCPoint( HDC hDC, UINT iPoint, PPOINTL Point)
|
||||
break;
|
||||
}
|
||||
|
||||
if (!Ret)
|
||||
if (Ret)
|
||||
{
|
||||
_SEH_TRY
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user