HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: http://www.metallica-world.de problems - FIXED
Author: Xavier Roche
Date: 01/31/2002 14:27
 
Problem fixed for the upcoming release (3.15).

The fault was located:
in htsparse.c,
line 1044:

replace
              if (!strfield(adr,"URL="))
by
              if (!strfield(adr+l,"URL="))


(extract:
            // sauter content="1;URL=http://..
            if (p_searchMETAURL) {
              int l=0;
              while(!strfield(adr+l,"URL=") && 
(l<128) ) l++;
              if (!strfield(adr+l,"URL="))
                ok=-1;
              else
                adr+=(l+4);
            }
)
 
Reply Create subthread


All articles

Subject Author Date
Re: http://www.metallica-world.de/ problems

01/31/2002 09:06
Re: http://www.metallica-world.de problems - FIXED

01/31/2002 14:27




4

Created with FORUM 2.0.11