scilab: fix compilation error (too many args in SWIG_Scilab_SetOutput)
This commit is contained in:
parent
7249cd6a97
commit
af822c640c
1 changed files with 2 additions and 2 deletions
|
|
@ -310,8 +310,8 @@ int SWIG_ptr(SWIG_GatewayParameters) {
|
||||||
return SWIG_OverflowError;
|
return SWIG_OverflowError;
|
||||||
}
|
}
|
||||||
SWIG_Scilab_SetOutputPosition(1);
|
SWIG_Scilab_SetOutputPosition(1);
|
||||||
return SWIG_Scilab_SetOutput(pvApiCtx,
|
SwigScilabPtrFromObject(pvApiCtx, 1, (void *) (unsigned long) dValue, NULL, 0);
|
||||||
SwigScilabPtrFromObject(pvApiCtx, 1, (void *) (unsigned long) dValue, NULL, 0));
|
return SWIG_Scilab_SetOutput(pvApiCtx);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
return SWIG_ERROR;
|
return SWIG_ERROR;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue