From 30c862513d74a541d9b7ea3acbb1457fb6021829 Mon Sep 17 00:00:00 2001 From: Jay Satiro Date: Fri, 8 Jul 2022 01:39:55 -0400 Subject: [PATCH] escape: remove outdated comment Bug: https://github.com/curl/curl/discussions/9115 Reported-by: Ted Lyngmo --- lib/escape.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/escape.c b/lib/escape.c index 650e40932c..d50e515b41 100644 --- a/lib/escape.c +++ b/lib/escape.c @@ -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