From 26252ac4ca2d62d08e80e77d1f613b0bdbdd9bc5 Mon Sep 17 00:00:00 2001 From: Saint Xavier Date: Mon, 30 Jun 2008 20:03:01 +0200 Subject: [PATCH] escnonprint has been replaced by quotearg_style; reflect that change in comments too --- src/ftp-basic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ftp-basic.c b/src/ftp-basic.c index 265a1e25..5f250959 100644 --- a/src/ftp-basic.c +++ b/src/ftp-basic.c @@ -68,7 +68,7 @@ ftp_response (int fd, char **ret_line) return FTPRERR; /* Strip trailing CRLF before printing the line, so that - escnonprint doesn't include bogus \012 and \015. */ + quotting doesn't include bogus \012 and \015. */ p = strchr (line, '\0'); if (p > line && p[-1] == '\n') *--p = '\0'; -- 2.39.2