mirror of
				https://github.com/Ed94/gencpp.git
				synced 2025-11-03 23:36:12 -08:00 
			
		
		
		
	base works
This commit is contained in:
		@@ -71,7 +71,7 @@ Code code_refactor_and_format( Code code, char const* scratch_path, char const*
 | 
			
		||||
{
 | 
			
		||||
	GEN_ASSERT(code);
 | 
			
		||||
	GEN_ASSERT_NOT_NULL(scratch_path);
 | 
			
		||||
	Builder scratch_file = builder_open("gen/scratch.hpp");
 | 
			
		||||
	Builder scratch_file = builder_open( scratch_path );
 | 
			
		||||
	builder_print( & scratch_file, code);
 | 
			
		||||
	builder_write(& scratch_file);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user