~tomterl/public-inbox

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[PATCH indite] Update for hare ~master

Carlos Une <une@fastmail.fm>
Details
Message ID
<20240403030455.9223-1-une@fastmail.fm>
DKIM signature
pass
Download raw message
Patch: +1 -1
---
 ini/strings.ha | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ini/strings.ha b/ini/strings.ha
index c35f44f..4d31ad8 100644
--- a/ini/strings.ha
+++ b/ini/strings.ha
@@ -7,7 +7,7 @@ export fn splitn(in: str, delim: str, n: size) []str = {
                match (strings::next_token(&tok)) {
                case let s: str =>
                        append(toks, s);
                case void =>
                case done =>
                        return toks;
                };
        };
-- 
2.39.2
Reply to thread Export thread (mbox)