From 6498b13658c40dc5cf87001d2549b112c82a4aa8 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Sun, 1 Oct 2023 12:16:15 -0400 Subject: [PATCH] Fix for non-foreign include content not getting parsed correctly. --- project/components/interface.parsing.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/project/components/interface.parsing.cpp b/project/components/interface.parsing.cpp index d919ece..020cdaa 100644 --- a/project/components/interface.parsing.cpp +++ b/project/components/interface.parsing.cpp @@ -509,6 +509,8 @@ namespace Parser ); return { { nullptr }, 0 }; } + move_forward(); + content.Length++; while ( left && current != '"' && current != '>' ) {