From c6dcc539f89d98bef390c414d2af54d98c05a7d0 Mon Sep 17 00:00:00 2001 From: hniksic Date: Tue, 14 Oct 2003 15:54:57 -0700 Subject: [PATCH] [svn] Updated comment. --- src/url.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/url.c b/src/url.c index 37917edd..90bfaa70 100644 --- 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) -- 2.39.2