From 9d67600e03bb754d40e3bacc44aff4467bbb7aa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Sat, 5 Jul 2003 13:40:37 +0000 Subject: [PATCH] Forgot to complete the comment :) git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3858 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/libroot/posix/string/strlcat.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/kernel/libroot/posix/string/strlcat.c b/src/kernel/libroot/posix/string/strlcat.c index 92a12016e6..3704120309 100644 --- a/src/kernel/libroot/posix/string/strlcat.c +++ b/src/kernel/libroot/posix/string/strlcat.c @@ -11,7 +11,8 @@ * as much as "maxLength" bytes to the dest string. * Always null terminates the string as long as maxLength is * larger than the dest string. - * Returns the length of the string that + * Returns the length of the string that it tried to create + * to be able to easily detect string truncation. */ size_t