X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Frecur.c;h=8458e48d0c72213c073a6eff192fc370424b9d17;hp=7339c36533bc3826eb0839c8aa5f54033b512408;hb=83dc077b177c3ca3558217479d872ecc6e587936;hpb=e863a6323b88d2cfddffc64aba84e0d9af7ba921 diff --git a/src/recur.c b/src/recur.c index 7339c365..8458e48d 100644 --- a/src/recur.c +++ b/src/recur.c @@ -458,7 +458,7 @@ download_child_p (const struct urlpos *upos, struct url *parent, int depth, /* 2. If it is an absolute link and they are not followed, throw it out. */ - if (schemes_are_similar_p (u->scheme, SCHEME_HTTP)) + if (u_scheme_like_http) if (opt.relative_only && !upos->link_relative_p) { DEBUGP (("It doesn't really look like a relative link.\n"));