DKIM: avoid use of temporary file for signing
[exim.git] / src / src / string.c
index 4850fd958776875c7e6ef1a51482ea2576df0b86..0d5a09703452a764d4dade82d82108d39bc70659 100644 (file)
@@ -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.