xiaoxiang781216 commented on code in PR #16319: URL: https://github.com/apache/nuttx/pull/16319#discussion_r2083538730
########## libs/libc/wchar/lib_wcslcat.c: ########## @@ -42,27 +42,27 @@ * Name: wcslcat * * Description: - * Appends src to string dst of size siz (unlike wcsncat, siz is the - * full size of dst, not space left). At most siz-1 characters - * will be copied. Always NUL terminates (unless siz == 0). - * Returns wcslen(initial dst) + wcslen(src); if retval >= siz, + * Appends src to string dst of size "size" (unlike wcsncat, "size" is the Review Comment: fix the long line here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org