PSL : mess with parameters types
Brought to you by:
sjbaker
When calling a c function with the following value, psl
mess the parameters.
void fct(int, int, int, float, float, float);
Quite a strange behaviour, the first parameters are
identified as string or float depending of the previous
native function call.
Logged In: YES
user_id=70811
Originator: NO
Unfortunately I cannot find a function "fct" anywhere in PSL and do not know what this is all about. In order to address this problem I need more details.