From 48cf02169d6b8ea3a33fd17d78d04884c00e0e31 Mon Sep 17 00:00:00 2001 From: dan Date: Tue, 9 Jan 2001 20:32:29 -0800 Subject: [PATCH] [svn] Just clarified a comment in the fix I just committed. --- src/url.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/url.c b/src/url.c index 747fb7be..6d166592 100644 --- 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 = ""; else passwd = CLEANDUP (u->passwd);