]> sjero.net Git - wget/commitdiff
[svn] Updated comment.
authorhniksic <devnull@localhost>
Tue, 14 Oct 2003 22:54:57 +0000 (15:54 -0700)
committerhniksic <devnull@localhost>
Tue, 14 Oct 2003 22:54:57 +0000 (15:54 -0700)
src/url.c

index 37917eddaf450108913ea4664d40130f8923d98f..90bfaa70d687afb2198d4883b8b3d5d061b1c33d 100644 (file)
--- a/src/url.c
+++ b/src/url.c
@@ -1509,9 +1509,7 @@ append_dir_structure (const struct url *u, struct growable *dest)
       if (cut-- > 0)
        continue;
       if (pathel == next)
-       /* Ignore empty pathels.  path_simplify should remove
-          occurrences of "//" from the path, but it has special cases
-          for starting / which generates an empty pathel here.  */
+       /* Ignore empty pathels.  */
        continue;
 
       if (dest->tail)