From 950720b06356e62fe1fe9e574bfada13b44969d1 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 9 May 2024 14:22:24 +0200 Subject: Add TODOs --- lib/unicode/prop/uprop_get_lc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/unicode/prop/uprop_get_lc.c') diff --git a/lib/unicode/prop/uprop_get_lc.c b/lib/unicode/prop/uprop_get_lc.c index 752ed71..faf26c3 100644 --- a/lib/unicode/prop/uprop_get_lc.c +++ b/lib/unicode/prop/uprop_get_lc.c @@ -47,6 +47,7 @@ uprop_get_lc(rune ch, struct lcctx ctx) return M(U'ı'); } + /* TODO: This returns a pointer to a stack-allocated array; fix this! */ ch = uprop_get_slc(ch); return M(ch); } -- cgit v1.2.3