Fixed an interface for fortran
This commit is contained in:
parent
a29c1238da
commit
c82fa6fff2
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ extern "C" {
|
|||
if (!name)
|
||||
x = new XML_Node;
|
||||
else
|
||||
x = new XML_Node(f2string(name, namelen));
|
||||
x = new XML_Node(f2string(name, namelen), 0);
|
||||
return Cabinet<XML_Node>::cabinet(true)->add(x);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue