From: Saint Xavier Date: Mon, 30 Jun 2008 18:03:01 +0000 (+0200) Subject: escnonprint has been replaced by quotearg_style; reflect that change in comments too X-Git-Tag: v1.13~338^2~7^2~6^2~13^2~17 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=26252ac4ca2d62d08e80e77d1f613b0bdbdd9bc5 escnonprint has been replaced by quotearg_style; reflect that change in comments too --- 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';