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