aboutsummaryrefslogtreecommitdiff
path: root/lib/unicode/prop/uprop_get_lc.c
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-05-09 14:22:24 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-05-09 14:22:24 +0200
commit950720b06356e62fe1fe9e574bfada13b44969d1 (patch)
tree4f043ae4426889206dac365a53d691b3058c6040 /lib/unicode/prop/uprop_get_lc.c
parentb774fc6f5021fa3b5e5e8cdb6611848f502f75fb (diff)
Add TODOs
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);
}