From 39e8389f46273563f1653aad222790ef282f19d0 Mon Sep 17 00:00:00 2001 From: Kevin Trogant Date: Mon, 1 Dec 2025 14:53:57 +0100 Subject: [PATCH] Another split fix --- rtcore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtcore.h b/rtcore.h index 41d3b52..573726b 100644 --- a/rtcore.h +++ b/rtcore.h @@ -380,7 +380,7 @@ S8Split(s8 s, u8 c) return (split_result){s}; return (split_result){ S8Span(s.data, chr), - S8Span(chr + 1, S8End(s)), + S8Span(chr + 1, S8End(s) + 1), }; } RTC_API s8