mirror of
				https://github.com/Ed94/gencpp.git
				synced 2025-10-29 22:10:53 -07:00 
			
		
		
		
	Fix for non-foreign include content not getting parsed correctly.
This commit is contained in:
		| @@ -509,6 +509,8 @@ namespace Parser | ||||
| 							); | ||||
| 							return { { nullptr }, 0 }; | ||||
| 						} | ||||
| 						move_forward(); | ||||
| 						content.Length++; | ||||
|  | ||||
| 						while ( left && current != '"' && current != '>' ) | ||||
| 						{ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user