aboutsummaryrefslogtreecommitdiff
path: root/lib/unicode/prop/uprop_get_lc.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/unicode/prop/uprop_get_lc.c')
-rw-r--r--lib/unicode/prop/uprop_get_lc.c1
1 files changed, 1 insertions, 0 deletions
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);
}