From 14df5095ed6868b65b631622dfcdc6fb7b0f7b07 Mon Sep 17 00:00:00 2001 From: Kevin Trogant Date: Mon, 1 Dec 2025 09:35:23 +0100 Subject: [PATCH] small split fix --- rtcore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtcore.h b/rtcore.h index 5f34813..41d3b52 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, S8End(s)), + S8Span(chr + 1, S8End(s)), }; } RTC_API s8