mirror of
https://github.com/reactos/reactos.git
synced 2025-03-30 17:10:22 +00:00
Evgeniy Boltik <bstsoft AT narod DOT ru>
- Fix crash in Eng function - See issue #4173 for details. svn path=/trunk/; revision=39872
This commit is contained in:
parent
89a210a96b
commit
34e0264ab9
1 changed files with 1 additions and 0 deletions
|
@ -151,6 +151,7 @@ IntEngEnter(PINTENG_ENTER_LEAVE EnterLeave,
|
|||
}
|
||||
}
|
||||
}
|
||||
else return FALSE;
|
||||
|
||||
EnterLeave->DestObj = psoDest;
|
||||
EnterLeave->OutputObj = *ppsoOutput;
|
||||
|
|
Loading…
Reference in a new issue