diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2024-05-09 14:22:24 +0200 | 
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2024-05-09 14:22:24 +0200 | 
| commit | 950720b06356e62fe1fe9e574bfada13b44969d1 (patch) | |
| tree | 4f043ae4426889206dac365a53d691b3058c6040 /lib/unicode/prop/uprop_get_lc.c | |
| parent | b774fc6f5021fa3b5e5e8cdb6611848f502f75fb (diff) | |
Add TODOs
Diffstat (limited to 'lib/unicode/prop/uprop_get_lc.c')
| -rw-r--r-- | lib/unicode/prop/uprop_get_lc.c | 1 | 
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);  }  |