]> sjero.net Git - wget/blobdiff - src/ftp-basic.c
escnonprint has been replaced by quotearg_style; reflect that change in comments too
[wget] / src / ftp-basic.c
index 265a1e25b3ca178f0272edcf3cd806334e758bd2..5f250959fcb62b521c45494e0a165f6632490d88 100644 (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';