diff --git a/Source/Modules/scilab.cxx b/Source/Modules/scilab.cxx index 3b1540505..19108a6cb 100644 --- a/Source/Modules/scilab.cxx +++ b/Source/Modules/scilab.cxx @@ -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)) {