readr

Minimal RSS reader (WIP)
Log | Files | Refs | README | LICENSE

commit 1ee6b1d9e91d6a6841c35f940e5a4054f3a3ee22
parent 6d8da3f0f639ddbd4d0b5719827447468bbe449e
Author: citbl <citbl@citbl.org>
Date:   Fri, 10 Oct 2025 21:08:02 +1000

minor

Diffstat:
Mutils.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/utils.c b/utils.c @@ -78,7 +78,6 @@ expand_tilde(const char* path) out_cap += (*s == '~') ? hlen : 1; char* out = (char*)ecalloc(out_cap, sizeof(char)); - if (!out) return NULL; char* w = out; for (const char* s = path; *s; ++s) {