]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
escape: remove outdated comment
authorJay Satiro <raysatiro@yahoo.com>
Fri, 8 Jul 2022 05:39:55 +0000 (01:39 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Fri, 8 Jul 2022 05:39:55 +0000 (01:39 -0400)
Bug: https://github.com/curl/curl/discussions/9115
Reported-by: Ted Lyngmo
lib/escape.c

index 650e40932ccbdb606ad78bed625e614f3e1d2940..d50e515b41c46ad24cc4b765dd33010963e6b37b 100644 (file)
@@ -118,8 +118,6 @@ char *curl_easy_escape(struct Curl_easy *data, const char *string,
  * Returns a pointer to a malloced string in *ostring with length given in
  * *olen. If length == 0, the length is assumed to be strlen(string).
  *
- * 'data' can be set to NULL
- *
  * ctrl options:
  * - REJECT_NADA: accept everything
  * - REJECT_CTRL: rejects control characters (byte codes lower than 32) in