Scilab: fix bug og generated line too long
This commit is contained in:
parent
7436b03a50
commit
a95a6d623a
1 changed files with 1 additions and 1 deletions
|
|
@ -533,7 +533,7 @@ public:
|
|||
Wrapper_print(getFunctionWrapper, wrappersSection);
|
||||
|
||||
/* Add function to builder table */
|
||||
Printf(builderCode, "\"%s\",\"%s\";", getFunctionName, getFunctionName);
|
||||
addFunctionInBuilder(getFunctionName, getFunctionName);
|
||||
|
||||
/* Manage SET function */
|
||||
if (is_assignable(node)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue