Skip to content

Commit

Permalink
scilab: fix compilation error (too many args in SWIG_Scilab_SetOutput)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Marchetto committed Sep 10, 2014
1 parent 7249cd6 commit af822c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lib/scilab/scirun.swg
Expand Up @@ -310,8 +310,8 @@ int SWIG_ptr(SWIG_GatewayParameters) {
return SWIG_OverflowError;
}
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 {
return SWIG_ERROR;
Expand Down

0 comments on commit af822c6

Please sign in to comment.