mirror of
				https://github.com/Ed94/gencpp.git
				synced 2025-11-03 23:36:12 -08:00 
			
		
		
		
	Fixes for serializations found with last commit's test.
Should be fine to move on to next major feature....
This commit is contained in:
		@@ -589,7 +589,7 @@ String AST::to_string()
 | 
			
		||||
 | 
			
		||||
			if ( Name == nullptr)
 | 
			
		||||
			{
 | 
			
		||||
				result.append( "struct\n{\n%s\n};", Body->to_string() );
 | 
			
		||||
				result.append_fmt( "struct\n{\n%s\n};", Body->to_string() );
 | 
			
		||||
				break;
 | 
			
		||||
			}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user