NKSP: Fixed crash with built-in functions returning an array.
* Calling built-in functions returning an array type was broken and
caused a crash when built-in function's NULL (supposed to be array)
result value was used by the script VM.
* Bumped version (2.1.1.svn37).
|