readr

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

commit c33461d20f2bda9bb097fda5bac2af8576b72885
parent 728a3edf800b57d4f944da32d1a2e8865f7c0d4e
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) {