Revert "scilab: fix compilation error (too many args in SWIG_Scilab_SetOutput)"

This reverts commit af822c640c.
This commit is contained in:
Simon Marchetto 2014-09-11 11:43:50 +02:00
commit c5cf834f3e

View file

@ -310,8 +310,8 @@ int SWIG_ptr(SWIG_GatewayParameters) {
return SWIG_OverflowError;
}
SWIG_Scilab_SetOutputPosition(1);
SwigScilabPtrFromObject(pvApiCtx, 1, (void *) (unsigned long) dValue, NULL, 0);
return SWIG_Scilab_SetOutput(pvApiCtx);
return SWIG_Scilab_SetOutput(pvApiCtx,
SwigScilabPtrFromObject(pvApiCtx, 1, (void *) (unsigned long) dValue, NULL, 0));
}
else {
return SWIG_ERROR;