@b4n commented on this pull request.
> @@ -1222,6 +1231,12 @@ extern void pushNarrowedInputStream (
File.input.lineNumberOrigin = ((startLine == 0)? 0: startLine - 1);
File.source.lineNumberOrigin = ((sourceLineOffset == 0)? 0:
sourceLineOffset - 1);
+
+ return true;
+
+fail:
Just added it, which required to guard against the more or less legitimate case
where `p != -1 && p==q`
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/4330#discussion_r2147512656
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/4330/review/[email protected]>