mirror of
				https://github.com/jbeder/yaml-cpp.git
				synced 2025-11-03 17:41:53 +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