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:
Matthias Kupfer 2009-03-04 16:34:33 +00:00
parent 89a210a96b
commit 34e0264ab9

View file

@ -151,6 +151,7 @@ IntEngEnter(PINTENG_ENTER_LEAVE EnterLeave,
}
}
}
else return FALSE;
EnterLeave->DestObj = psoDest;
EnterLeave->OutputObj = *ppsoOutput;