Fixed bug in emitting null nodes
This commit is contained in:
parent
d0870b4112
commit
c4e1446dff
@ -260,6 +260,8 @@ namespace YAML
|
||||
// write content
|
||||
if(node.m_pContent)
|
||||
node.m_pContent->Write(out);
|
||||
else
|
||||
out << "";
|
||||
|
||||
return out;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user