]> sjero.net Git - wget/commitdiff
escnonprint has been replaced by quotearg_style; reflect that change in comments too
authorSaint Xavier <wget@sxav.eu>
Mon, 30 Jun 2008 18:03:01 +0000 (20:03 +0200)
committerSaint Xavier <wget@sxav.eu>
Mon, 30 Jun 2008 18:03:01 +0000 (20:03 +0200)
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';