~tomterl/public-inbox

indite: Update for hare ~master v1 APPLIED

Carlos Une: 1
 Update for hare ~master

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~tomterl/public-inbox/patches/50695/mbox | git am -3
Learn more about email & git

[PATCH indite] Update for hare ~master Export this patch

---
 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