X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fstring.c;h=0d5a09703452a764d4dade82d82108d39bc70659;hb=53d77ba6ef973fcbb4b0c17a60bc9229e45aa1ae;hp=4850fd958776875c7e6ef1a51482ea2576df0b86;hpb=8d909960c69378a54d9493586d74ba361948bf49;p=user%2Fhenk%2Fcode%2Fexim.git 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.