The line length limitation is now increased to 16384 bytes. It is now clearly documented in the limitations document. The configuration parser now uses memory from the heap instead of the stack. This should remove any problems caused by the larger line length.
		
			
				
	
	
		
			3 lines
		
	
	
		
			102 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			102 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
add_definitions(-DINI_MAX_LINE=16384 -DINI_USE_STACK=0 -DINI_ALLOW_MULTILINE)
 | 
						|
add_library(inih ini.c)
 |