Changed datastore modstate to be last in file, as prior to 7.0
This commit is contained in:
parent
b1209aac67
commit
8ebfdb8168
5 changed files with 15 additions and 3 deletions
|
|
@ -926,7 +926,7 @@ xml_child_order(cxobj *xp,
|
|||
* Further, never manipulate the child-list during operation or using the
|
||||
* same object recursively, the function uses an internal field to remember the
|
||||
* index used. It works as long as the same object is not iterated concurrently.
|
||||
* If you need to delete a node you can do somethhing like:
|
||||
* If you need to delete a node you can do something like:
|
||||
* @code
|
||||
* cxobj *xprev = NULL;
|
||||
* cxobj *x = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue