scilab: fix segmentation fault
This commit is contained in:
parent
78b3e5bc46
commit
af88d49113
1 changed files with 1 additions and 1 deletions
|
|
@ -1008,7 +1008,7 @@ public:
|
|||
* ----------------------------------------------------------------------- */
|
||||
|
||||
void saveGatewayXMLFile() {
|
||||
Printv(gatewayXML, "</GATEWAY>\n");
|
||||
Printv(gatewayXML, "</GATEWAY>\n", NIL);
|
||||
Printv(gatewayXMLFile, gatewayXML, NIL);
|
||||
Delete(gatewayXMLFile);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue