]> sjero.net Git - wget/commitdiff
[svn] Just clarified a comment in the fix I just committed.
authordan <devnull@localhost>
Wed, 10 Jan 2001 04:32:29 +0000 (20:32 -0800)
committerdan <devnull@localhost>
Wed, 10 Jan 2001 04:32:29 +0000 (20:32 -0800)
src/url.c

index 747fb7be068bdf32f263459af1b7d3de7bdb4d71..6d166592d261b51cb1eda4b57cbd823997e17c11 100644 (file)
--- a/src/url.c
+++ b/src/url.c
@@ -691,8 +691,8 @@ str_url (const struct urlinfo *u, int hide)
       if (hide)
        /* Don't output the password, or someone might see it over the user's
           shoulder (or in saved wget output).  Don't give away the number of
-          characters in the password, either, as we did when we replaced the
-          password characters with 'x's. */
+          characters in the password, either, as we did in past versions of
+          this code, when we replaced the password characters with 'x's. */
        passwd = "<password>";
       else
        passwd = CLEANDUP (u->passwd);