From: stephan Date: Sun, 26 Oct 2025 17:59:30 +0000 (+0000) Subject: c-pp-lite: Fix another newline-related off-by-one which could cause newlines to get... X-Git-Tag: major-release~39 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f57d368078ed03d04bcd63f7c34dbb9faac75871;p=thirdparty%2Fsqlite.git c-pp-lite: Fix another newline-related off-by-one which could cause newlines to get lost in @token@ filtering. Problem found in out-of-tree testing. FossilOrigin-Name: 1c80ff88c0ce3d1c168c9bda734cf52114c35efdcf46a6da78f0ed9adc794eb8 --- diff --git a/ext/wasm/c-pp-lite.c b/ext/wasm/c-pp-lite.c index ee3e71bbc0..24d2da4cbd 100644 --- a/ext/wasm/c-pp-lite.c +++ b/ext/wasm/c-pp-lite.c @@ -1638,10 +1638,8 @@ static void cmpp_t_out_expand(CmppTokenizer * const t, for( ;z