1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

escnonprint has been replaced by quotearg_style; reflect that change in comments too

This commit is contained in:
Saint Xavier 2008-06-30 20:03:01 +02:00
parent 8c204b7463
commit 26252ac4ca

View File

@ -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';