mirror of
https://github.com/Ed94/gencpp.git
synced 2024-11-10 02:54:53 -08:00
Fix for non-foreign include content not getting parsed correctly.
This commit is contained in:
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 != '>' )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user