HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: Directory structure to include protocol? - fix
Author: Russ Reese
Date: 04/07/2004 19:56
 
Actually replace the:

strncatbuff(b, adr_complete, protpos - 1);

with:

strncatbuff(b, adr_complete, ((int)protpos -
(int)adr_complete));

Been working too much in languages without pointers, forgot
strstr returns a pointer to the position, not the position
in the "string"
 
Reply Create subthread


All articles

Subject Author Date
Directory structure to include protocol?

03/30/2004 19:09
Re: Directory structure to include protocol?

04/04/2004 10:05
Re: Directory structure to include protocol?

04/07/2004 18:46
Re: Directory structure to include protocol?

04/07/2004 19:40
Re: Directory structure to include protocol? - fix

04/07/2004 19:56
Re: Directory structure to include protocol? - fix

04/25/2013 23:59




1

Created with FORUM 2.0.11