mirror of
https://github.com/RPCS3/yaml-cpp.git
synced 2026-07-23 04:05:33 -04:00
Fixed empty scalar in sequence bug
This commit is contained in:
+1
-1
@@ -264,7 +264,7 @@ namespace YAML
|
||||
if(node.m_pContent)
|
||||
node.m_pContent->Write(out);
|
||||
else
|
||||
out << "";
|
||||
out << Null;
|
||||
|
||||
return out;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user