X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/8d909960c69378a54d9493586d74ba361948bf49..a5ffa9b475a426bc73366db01f7cc92a3811bc3a:/src/src/string.c diff --git a/src/src/string.c b/src/src/string.c index 4850fd958..0d5a09703 100644 --- a/src/src/string.c +++ b/src/src/string.c @@ -1081,7 +1081,7 @@ Arguments: characters, updated to the new offset s points to characters to add count count of characters to add; must not exceed the length of s, if s - is a C string. If -1 given, strlen(s) is used. + is a C string. If string is given as NULL, *size and *ptr should both be zero.