dimmaq / omnithreadlibrary

Automatically exported from code.google.com/p/omnithreadlibrary
0 stars 0 forks source link

TOmniValueContainer.GetItem assertion #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

In OtlCommon
ovcCount resets to 0 in function TOmniValueContainer.GetItem(paramIdx: 
integer): TOmniValue when sending OmniTEDTaskMessage
So I remmed 
Assert(paramIdx < ovcCount);

Original issue reported on code.google.com by muratkay...@gmail.com on 11 Jan 2012 at 10:05

GoogleCodeExporter commented 9 years ago
OvcCount is set to 0 only in Create and Clear. There's no need to remove this 
assert.

Original comment by gabr42 on 12 Jan 2012 at 7:21