1
0
mirror of https://github.com/Ed94/gencpp.git synced 2025-05-05 23:17:45 -07:00

Fix for non-foreign include content not getting parsed correctly.

This commit is contained in:
Edward R. Gonzalez 2023-10-01 12:16:15 -04:00
parent 7f562cd77f
commit 6498b13658

@ -509,6 +509,8 @@ namespace Parser
); );
return { { nullptr }, 0 }; return { { nullptr }, 0 };
} }
move_forward();
content.Length++;
while ( left && current != '"' && current != '>' ) while ( left && current != '"' && current != '>' )
{ {