@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:
maybe we should add a warning here, as it's a clear bug somewhere?
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/4330#pullrequestreview-2929058220
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/4330/review/[email protected]>