1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-06 08:59:18 +01:00
Files
u-boot-megous/test/unicode_ut.c
Dan Carpenter be5f9a77f8 test: unicode: fix a sizeof() vs ARRAY_SIZE() bug
The u16_strlcat() is in units of u16 not bytes.  So the limit needs to
be ARRAY_SIZE() instead of sizeof().

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
2023-08-08 17:41:52 -04:00

22 KiB