mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 04:41:16 +00:00
Fixed bug in emitting null nodes
This commit is contained in:
@@ -260,6 +260,8 @@ namespace YAML
|
||||
// write content
|
||||
if(node.m_pContent)
|
||||
node.m_pContent->Write(out);
|
||||
else
|
||||
out << "";
|
||||
|
||||
return out;
|
||||
}
|
||||
|
Reference in New Issue
Block a user