Comment 1 for bug 249445

Revision history for this message
sas (sas-sas) wrote :

I think that sp_item_write() in src/sp-item.cpp needs to be modified so that if (flags & SP_OBJECT_WRITE_BUILD) then child nodes are written. But this will cause the content of groups to be written twice, so the code that writes child nodes in sp_group_write() needs to be removed. Is this all that needs to be done?