Skip to content

Commit

Permalink
Fix for non-foreign include content not getting parsed correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed94 committed Oct 1, 2023
1 parent 7f562cd commit 6498b13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project/components/interface.parsing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,8 @@ namespace Parser
);
return { { nullptr }, 0 };
}
move_forward();
content.Length++;

while ( left && current != '"' && current != '>' )
{
Expand Down

0 comments on commit 6498b13

Please sign in to comment.